MultiValueDictionaryTKey, TValueRemove Method (TKey, TValue) |
Removes the specified value for the specified key. It will leave the key in the dictionary.
Namespace:
SD.Tools.Algorithmia.GeneralDataStructures
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.16.0406)
Syntax public void Remove(
TKey key,
TValue value
)
Public Sub Remove (
key As TKey,
value As TValue
)
Parameters
- key
- Type: TKey
The key. - value
- Type: TValue
The value.
See Also