ComponentOne List for WinForms
C1.Win.C1List.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 Object, _
       ByVal second As Object _
    )
    public Pair( 
       object first,
       object second
    )

    Parameters

    first
    second
    See Also