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