TrulyObservableOrderedSet(T).Remove Method

TrulyObservableOrderedSetTRemove Method

Removes an element from the set.

Namespace:  Rhino.Runtime.Notifications
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Remove(
	T item
)
Public Function Remove ( 
	item As T
) As Boolean

Parameters

item
Type: T
The element to remove.

Return Value

Type: Boolean
Returns true if the element was removed; otherwise returns false.

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the item that will be removed cannot be modified by the current assembly.
Version Information

Rhino for Windows

Supported in: 6.14
See Also