Weather System
Weather System
WeatherSystem.Internal
DoubleDictionary(TKey, TKeySecondary, TValue) Class
DoubleDictionary(TKey, TKeySecondary, TValue) Methods
Add Method
CleanEmpty Method
ContainsKey Method
ContainsValue Method
GetEnumerator Method
Remove Method
SecondaryKeyCount Method
TryGetValue Method
TryReverseLookup Method
DoubleDictionary
TKey
,
TKeySecondary
,
TValue
GetEnumerator 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#
Copy
public
IEnumerator
<
KeyKeyValuePair
<TKey, TKeySecondary, TValue>>
GetEnumerator
()
Return Value
Type:
IEnumerator
KeyKeyValuePair
TKey
,
TKeySecondary
,
TValue
The current enumeration
Implements
IEnumerable
T
GetEnumerator
See Also
Reference
DoubleDictionary
TKey, TKeySecondary, TValue
Class
WeatherSystem.Internal Namespace
Sam Lord 2018