Click or drag to resize
KeyValuePairTKey, TValue Properties

The KeyValuePairTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyKey
Gets the key in the key/value pair.
Public propertyValue
Gets the value in the key/value pair.
Top
See Also