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