OrderedDictionaryTKey, TValueViewGetEnumerator Method |
Enumerate all the keys and values in this view.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic override sealed IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()
public:
virtual IEnumerator<KeyValuePair<TKey, TValue>>^ GetEnumerator() override sealed
Return Value
Type:
IEnumeratorKeyValuePairTKey,
TValueAn IEnumerator of KeyValuePairs with the keys and views in this view.
Implements
IEnumerableTGetEnumerator
See Also