Click or drag to resize

TrulyObservableOrderedSetTRemoveAt Method

Removes an element at the specified index from the set.

Namespace:  Rhino.Runtime.Notifications
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown if the index passed is out of bounds.
InvalidOperationExceptionThrown if the item that will be removed cannot be modified by the current assembly.
See Also