[]
        
(Showing Draft Content)

C1.Win.Command.Pair.-ctor

Pair Constructor

Pair()

Initializes a new instance of the Pair class.

Declaration
public Pair()
Public Sub New()

Pair(object, object)

Initializes a new instance of the Pair class.

Declaration
public Pair(object first, object second)
Public Sub New(first As Object, second As Object)
Parameters
Type Name Description
object first

The first object.

object second

The second object.