[]
        
(Showing Draft Content)

C1.Win.Command.Pair.-ctor

Pair Constructor

Pair()

Initializes a new instance of the Pair class.

Declaration
public Pair()

Pair(object, object)

Initializes a new instance of the Pair class.

Declaration
public Pair(object first, object second)
Parameters
Type Name Description
object first

The first object.

object second

The second object.