Class KeyValuePair<T, K>

The KeyValuePair class implements a strongly typed and immutable key-value pair.

Once a KeyValuePair instance has been constructed, the values can only be retrieved not set.

Type Parameters

  • T
  • K

Constructors

Properties

Constructors

Properties

key: T
value: K