BaseCollection.ContainsKey Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

BaseCollection.ContainsKey Method

BR.AN.PviServices .NET


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

);

Parameters

key

Object key

Return Value

true if contains, otherwise false

See Also

BaseCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]