RhinoCommon API
SimpleArrayUint Constructor (IEnumerableUInt32) |
Initializes a new SimpleArrayInt class.
Namespace: Rhino.Runtime.InteropWrappers
Assembly: RhinoCommon (in RhinoCommon.dll)
public SimpleArrayUint( IEnumerable<uint> values )
Public Sub New ( values As IEnumerable(Of UInteger) )
Parameters
- values
- Type: System.Collections.GenericIEnumerableUInt32
A list, an array or any collection of unsigned ints that implements the enumerable interface.