MultiValueDictionary<TKey, TValue>.Remove Method (TKey, TValue) |
Removes the specified value for the specified key. It will leave the key in the dictionary.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
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