Determines whether the collection contains the specified key.
[Visual Basic .NET] |
---|
Public Function Contains( _ ByVal Key As String _ ) As Boolean |
[C#] |
---|
public bool Contains( |
[Managed C++] |
---|
public: bool Contains( |
[Java] |
---|
public bool contains( |
[Unmanaged C++] |
---|
public: HRESULT Contains( |
- Key