SimpleArrayInt Constructor (IEnumerable(Int32))

SimpleArrayInt Constructor (IEnumerableInt32)

Initializes a new SimpleArrayInt class

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.9
Syntax
public SimpleArrayInt(
	IEnumerable<int> values
)
Public Sub New ( 
	values As IEnumerable(Of Integer)
)

Parameters

values
Type: System.Collections.GenericIEnumerableInt32
initial set of integers to add to the array
See Also