TrulyObservableOrderedSet(T).Clear Method

TrulyObservableOrderedSetTClear Method

Clears the ordered set.

Namespace:  Rhino.Runtime.Notifications
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void Clear()
Public Sub Clear

Implements

ICollectionTClear
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if at least one item currently in the set cannot be modified by the current assembly.
See Also