Click or drag to resize

TrulyObservableOrderedSetTClear Method

Clears the ordered set.

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

Implements

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