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
public void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The index of the element to remove.

Implements

IListTRemoveAt(Int32)
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