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