Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / Pair Class / Pair Constructor / Pair Constructor(Object,Object)
The first object.
The second object.

In This Topic
    Pair Constructor(Object,Object)
    In This Topic
    Initializes a new instance of the Pair class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal first As Object, _
       ByVal second As Object _
    )
    public Pair( 
       object first,
       object second
    )

    Parameters

    first
    The first object.
    second
    The second object.
    See Also