SimpleArray2dex Constructor (IEnumerableIndexPair) |
Namespace:
Rhino.Runtime.InteropWrappers
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntaxpublic SimpleArray2dex(
IEnumerable<IndexPair> values
)
Public Sub New (
values As IEnumerable(Of IndexPair)
)
Parameters
- values
- Type: System.Collections.GenericIEnumerableIndexPair
initial set of integer pairs to add to the array
See Also