Click or drag to resize
Pair<T> Properties

The Pair< T> generic type exposes the following members.

Properties
  NameDescription
Public propertyFirst
Gets the first value in the pair.
Public propertySecond
Gets the second value in the pair.
Top
See Also