Click or drag to resize

RhinoListTToArray Method

Constructs an array that contains all items in this list.

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

Return Value

Type: T
An array containing all items in this list.
See Also