ComponentOne CalendarView for WinForms
C1.Framework.Text.Lexicons Namespace / RelationSet Class / Form Method
The end points set.

In This Topic
    Form Method
    In This Topic
    Form the end set to the start set.
    Syntax
    'Declaration
     
    
    Public Function Form( _
       ByVal ends() As Object _
    ) As Object()
    public object[] Form( 
       object[] ends
    )

    Parameters

    ends
    The end points set.

    Return Value

    return the start points set.
    See Also