SimpleArrayByte Constructor (IEnumerableByte) |
Namespace:
Rhino.Runtime.InteropWrappers
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax public SimpleArrayByte(
IEnumerable<byte> values
)
Public Sub New (
values As IEnumerable(Of Byte)
)
Parameters
- values
- Type: System.Collections.GenericIEnumerableByte
initial set of integers to add to the array
See Also