Click or drag to resize

DoubleDictionaryTKey, TKeySecondary, TValueGetEnumerator Method

Gets the iteration enumerator for each key,key,value set

Namespace:  WeatherSystem.Internal
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IEnumerator<KeyKeyValuePair<TKey, TKeySecondary, TValue>> GetEnumerator()

Return Value

Type: IEnumeratorKeyKeyValuePairTKey, TKeySecondary, TValue
The current enumeration

Implements

IEnumerableTGetEnumerator
See Also