RhinoCommon API
TrulyObservableOrderedSetTInsert Method |
Inserts an element at the specified index.
Namespace: Rhino.Runtime.Notifications
Assembly: RhinoCommon (in RhinoCommon.dll)
Parameters
- index
- Type: SystemInt32
The index to insert the element at. - item
- Type: T
The item to insert.
Implements
IListTInsert(Int32, T)| Exception | Condition |
|---|---|
| IndexOutOfRangeException | Thrown if the index passed is out of bounds. |