Click or drag to resize
MultiDictionaryTKey, TValueEnumerateKeys Method
Enumerate all 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> that enumerates all of the keys in the dictionary that have at least one value associated with them.
See Also