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