ComponentOne MultiSelect for WinForms
C1.Framework.Text.Lexicons Namespace / RelationSet Class / To Method
The start points set.

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

    Parameters

    starts
    The start points set.

    Return Value

    return the end points set.
    See Also