ICollectionDictionary<TKey, TElement>.ContainsKey Method
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Function ContainsKey ( _
key As TKey _
) As Boolean
bool ContainsKey(
TKey key
)
bool ContainsKey(
TKey key
)
abstract ContainsKey :
key:'TKey -> bool
function ContainsKey(
key : TKey
) : boolean
Parameters
- key
Type: TKey
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.