Click or drag to resize
OrderedMultiDictionaryTKey, TValueEnumerateKeys Method
Enumerate all of the keys in the dictionary.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
protected override sealed IEnumerator<TKey> EnumerateKeys()

Return Value

Type: IEnumeratorTKey
An IEnumerator<TKey> of all of the keys in the dictionary.
See Also