<< Click to Display Table of Contents >> Navigation: »No topics above this level« BaseCollection.ContainsKey Method |
Determines whether the collection contains the specific object.
[Visual Basic]
Public Overridable Sub ContainsKey( _
ByVal key As Object _
)
[C#]
public virtual bool ContainsKey(
object key
);
key
Object key
true if contains, otherwise false
BaseCollection Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]