SimpleArrayUint Constructor (IEnumerableUInt32) |
Namespace:
Rhino.Runtime.InteropWrappers
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax 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 integers that implements the enumerable interface.
See Also