Click or drag to resize
OrderedDictionaryTKey, TValueViewGetEnumerator Method
Enumerate all the keys and values in this view.

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

Return Value

Type: IEnumeratorKeyValuePairTKey, TValue
An IEnumerator of KeyValuePairs with the keys and views in this view.

Implements

IEnumerableTGetEnumerator
See Also