SimpleArrayInt Constructor (IEnumerableInt32) |
Namespace:
Rhino.Runtime.InteropWrappers
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.9
Syntaxpublic 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