ICollectionDictionary<TKey, TElement>.ContainsElement Method
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Function ContainsElement ( _
key As TKey, _
element As TElement _
) As Boolean
bool ContainsElement(
TKey key,
TElement element
)
bool ContainsElement(
TKey key,
TElement element
)
abstract ContainsElement :
key:'TKey *
element:'TElement -> bool
function ContainsElement(
key : TKey,
element : TElement
) : boolean
Parameters
- key
Type: TKey
- element
Type: TElement
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.