Click or drag to resize
MultiDictionaryBaseTKey, TValueRemoveMany Method (IEnumerableTKey)
Remove all of the keys (and any associated values) in a collection of keys. If a key is not present in the dictionary, nothing happens.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public int RemoveMany(
	IEnumerable<TKey> keyCollection
)

Parameters

keyCollection
Type: System.Collections.GenericIEnumerableTKey
A collection of key values to remove.

Return Value

Type: Int32
The number of keys from the collection that were present and removed.
See Also