Share via


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

Return Value

Type: System.Boolean

Implements

ICollectionDictionary<TKey, TElement>.RemoveElement(TKey, TElement)

.NET Framework Security

See Also

Reference

ConcurrentCollectionDictionary<TKey, TElement> Class

Microsoft.TeamFoundation.Framework.Common Namespace