[]
Initializes a new instance of the Pair class.
public Pair()
Initializes a new instance of the Pair class.
public Pair(object first, object second)
| Type | Name | Description |
|---|---|---|
| object | first | The first object. |
| object | second | The second object. |