RhinoCommon API
TrulyObservableOrderedSetTRemove Method |
Removes an element from the set.
Namespace: Rhino.Runtime.Notifications
Assembly: RhinoCommon (in RhinoCommon.dll)
Parameters
- item
- Type: T
The element to remove.
Return Value
Type: BooleanReturns true if the element was removed; otherwise returns false.
Implements
ICollectionTRemove(T)| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if the item that will be removed cannot be modified by the current assembly. |