DoubleDictionaryTKey, TKeySecondary, TValueItem Property |
Access the value stored with the given keys
Namespace:
WeatherSystem.Internal
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic TValue this[
TKey primaryKey,
TKeySecondary secondaryKey
] { get; set; }
Parameters
- primaryKey
- Type: TKey
The primary key - secondaryKey
- Type: TKeySecondary
The secondary key
Return Value
Type:
TValueThe value stored with the given key pair
See Also