True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid.Util.Xml.Serialization Namespace / Pair Class / Pair Constructor / Pair Constructor(Object,Object)

In This Topic
    Pair Constructor(Object,Object)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal first As System.Object, _
       ByVal second As System.Object _
    )
    public Pair( 
       System.object first,
       System.object second
    )

    Parameters

    first
    second
    See Also