RhinoCommon API
TrulyObservableOrderedSetTItem Property |
Gets or replaces an element in the ordered set at the specified index.
Namespace: Rhino.Runtime.Notifications
Assembly: RhinoCommon (in RhinoCommon.dll)

public T this[ int index ] { get; set; }
Public Default Property Item ( index As Integer ) As T Get Set
Parameters
- index
- Type: SystemInt32
The index of the element.
Return Value
Type: Tthe element at the given index.
Implements
IListTItemInt32
Exception | Condition |
---|---|
IndexOutOfRangeException | Thrown if the index passed is out of bounds. |
InvalidOperationException | Thrown if the item that will be replaced at the specified index cannot be modified by the current assembly. |
