Click or drag to resize
ReadOnlyMultiDictionaryBaseTKey, TValueGetEnumerator Method
Enumerate all the keys in the dictionary, and for each key, the collection of values for that key.

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

Return Value

Type: IEnumeratorKeyValuePairTKey, ICollectionTValue
An enumerator to enumerate all the key, ICollection<value> pairs in the dictionary.

Implements

IEnumerableTGetEnumerator
IEnumerableTGetEnumerator
See Also