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: TKeyThe key of the value to remove.
See also
Reference
DictionaryWrapper<TKey, TValue> class