TrulyObservableOrderedSet(T).RemoveAt Method

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
)
Public Sub RemoveAt ( 
	index As Integer
)

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