ComponentOne CalendarView for WinForms
C1.Framework.Text.Lexicons Namespace / Relation Class / Relation Constructor / Relation Constructor(Object,Object)
A object indicates the start point.
A object indicates the end point.

In This Topic
    Relation Constructor(Object,Object)
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal start As Object, _
       ByVal end As Object _
    )
    public Relation( 
       object start,
       object end
    )

    Parameters

    start
    A object indicates the start point.
    end
    A object indicates the end point.
    See Also