ConcurrentCollectionDictionary<TKey, TElement>.ContainsKey Method
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Function ContainsKey ( _
key As TKey _
) As Boolean
public bool ContainsKey(
TKey key
)
public:
virtual bool ContainsKey(
TKey key
) sealed
abstract ContainsKey :
key:'TKey -> bool
override ContainsKey :
key:'TKey -> bool
public final function ContainsKey(
key : TKey
) : boolean
Parameters
- key
Type: TKey
Return Value
Type: System.Boolean
Implements
ICollectionDictionary<TKey, TElement>.ContainsKey(TKey)
.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.