DoubleDictionaryTKey, TKeySecondary, TValueAdd Method |
Add a value with the given keys
Namespace:
WeatherSystem.Internal
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void Add(
TKey key,
TKeySecondary secondaryKey,
TValue value
)
Parameters
- key
- Type: TKey
The primary key - secondaryKey
- Type: TKeySecondary
The secondary key - value
- Type: TValue
The value to store
See Also