Click or drag to resize

TrulyObservableOrderedSetTItem Property

Gets or replaces an element in the ordered set at the specified index.

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 replaced at the specified index cannot be modified by the current assembly.
See Also