Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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