Click or drag to resize

SimpleArrayIntToArray Method

Returns the managed counterpart of the unmanaged array.

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public int[] ToArray()

Return Value

Type: Int32
The managed array.
See Also