RhinoList(T).ToArray Method

RhinoListTToArray Method

Constructs an array that contains all items in this list.

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public T[] ToArray()
Public Function ToArray As T()

Return Value

Type: T
An array containing all items in this list.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also