Click or drag to resize

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
Syntax
C#
public TValue this[
	TKey primaryKey,
	TKeySecondary secondaryKey
] { get; set; }

Parameters

primaryKey
Type: TKey
The primary key
secondaryKey
Type: TKeySecondary
The secondary key

Return Value

Type: TValue
The value stored with the given key pair
See Also