Click or drag to resize
MultiDictionaryBaseTKey, TValueRemove Method (KeyValuePairTKey, ICollectionTValue)
Removes a set of values from a given key. If all values associated with a key are removed, then the key is removed also.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public override bool Remove(
	KeyValuePair<TKey, ICollection<TValue>> pair
)

Parameters

pair
Type: System.Collections.GenericKeyValuePairTKey, ICollectionTValue
A KeyValuePair contains a key and a set of values to remove from that key.

Return Value

Type: Boolean
True if at least one values was found and removed.

Implements

ICollectionTRemove(T)
ICollectionTRemove(T)
See Also