Click or drag to resize

KeyKeyValuePairTPrimaryKey, TSecondayKey, TValue Constructor

Create a new key,key,value instance with given value

Namespace:  WeatherSystem.Internal
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public KeyKeyValuePair(
	TPrimaryKey primaryKey,
	TSecondayKey secondaryKey,
	TValue value
)

Parameters

primaryKey
Type: TPrimaryKey
The primary key of this instance
secondaryKey
Type: TSecondayKey
The secondary key of this instance
value
Type: TValue
The value of this instance
See Also