다음을 통해 공유


DictionaryWrapper<TKey, TValue>.Remove Method

Removes a value from the dictionary.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Sub Remove ( _
    key As TKey _
)
'Usage
Dim instance As DictionaryWrapper
Dim key As TKey

instance.Remove(key)
public void Remove(
    TKey key
)

Parameters

  • key
    Type: TKey

    The key of the value to remove.

See Also

Reference

DictionaryWrapper<TKey, TValue> Class

DictionaryWrapper<TKey, TValue> Members

Microsoft.PerformancePoint.Scorecards Namespace