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

Return Value

Type: System.Boolean

Implements

ICollectionDictionary<TKey, TElement>.Remove(TKey)

.NET Framework Security

See Also

Reference

CollectionDictionary<TKey, TElement> Class

Microsoft.TeamFoundation.Framework.Common Namespace