ICollectionDictionary<TKey, TElement>.Remove Method

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Function Remove ( _
    key As TKey _
) As Boolean
bool Remove(
    TKey key
)
bool Remove(
    TKey key
)
abstract Remove : 
        key:'TKey -> bool
function Remove(
    key : TKey
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ICollectionDictionary<TKey, TElement> Interface

Microsoft.TeamFoundation.Framework.Common Namespace