Form Method
Form(object[])
Form the end set to the start set.
Declaration
public object[] Form(object[] ends)
Public Function Form(ends As Object()) As Object()
Parameters
| Type |
Name |
Description |
| object[] |
ends |
The end points set.
|
Returns
| Type |
Description |
| object[] |
return the start points set.
|