Click or drag to resize

ReadOnlyDictionaryTKey, TValueGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairTKey, TValue

Implements

IEnumerableTGetEnumerator
See Also