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.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic int RemoveMany(
IEnumerable<TKey> keyCollection
)
public:
int RemoveMany(
IEnumerable<TKey>^ keyCollection
)
Parameters
- keyCollection
- Type: System.Collections.GenericIEnumerableTKey
A collection of key values to remove.
Return Value
Type:
Int32The number of keys from the collection that were present and removed.
See Also