Click or drag to resize

KeyKeyValuePairTPrimaryKey, TSecondayKey, TValue Class

An instance of the keys and value for a DoubleDictionary item
Inheritance Hierarchy
SystemObject
  WeatherSystem.InternalKeyKeyValuePairTPrimaryKey, TSecondayKey, TValue

Namespace:  WeatherSystem.Internal
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class KeyKeyValuePair<TPrimaryKey, TSecondayKey, TValue>

Type Parameters

TPrimaryKey
The primary key
TSecondayKey
The secondary key
TValue
The lookup value

The KeyKeyValuePairTPrimaryKey, TSecondayKey, TValue type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyPrimaryKey
The primary key of this instance
Public propertySecondaryKey
The secondary key of this instance
Public propertyValue
The value of this instance
Top
Methods
See Also