CollectionDictionary<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

Return Value

Type: System.Boolean

Implements

ICollectionDictionary<TKey, TElement>.ContainsKey(TKey)

.NET Framework Security

See Also

Reference

CollectionDictionary<TKey, TElement> Class

Microsoft.TeamFoundation.Framework.Common Namespace