TrulyObservableOrderedSetTRemoveAt Method |
Removes an element at the specified index from the set.
Namespace:
Rhino.Runtime.Notifications
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
Parameters
- index
- Type: SystemInt32
The index of the element to remove.
Implements
IListTRemoveAt(Int32)
Exceptions| Exception | Condition |
|---|
| IndexOutOfRangeException | Thrown if the index passed is out of bounds. |
| InvalidOperationException | Thrown if the item that will be removed cannot be modified by the current assembly. |
See Also