RhinoListT Constructor |
Name | Description | |
---|---|---|
![]() | RhinoListT |
Initializes a new, empty list.
|
![]() | RhinoListT(IEnumerableT) |
Initializes this list as a shallow duplicate of another list, array or any other enumerable set of T.
|
![]() | RhinoListT(Int32) |
Initializes an empty list with a certain capacity.
|
![]() | RhinoListT(RhinoListT) |
Initializes an new list by shallow duplicating another list.
|
![]() | RhinoListT(Int32, T) |
Initializes a new list with a specified amount of values.
|