HistoryStack<T> Class Members
The following tables list the members exposed by HistoryStack<T>.
Public Constructors
| Name | Description | |
|---|---|---|
![]() | HistoryStack<T> Constructor |
Public Properties
| Name | Description | |
|---|---|---|
![]() | Current | Gets or Sets the range which has been selected from HistoryStack<T>. |
![]() | ErasedRedoItems | Gets or Sets the collection which has been erased after last push to the HistoryStack<T>. |
![]() | HistoryDepth |
Public Methods
| Name | Description | |
|---|---|---|
![]() | Any | Determines whether a sequence contains any elements. |
![]() | CanRedo | Reports the value indicating wether it is possible to perform the Redo operation. |
![]() | CanUndo | Reports the value indicating wether it is possible to perform the Undo operation. |
![]() | Clear | Clears history |
![]() | GetFullHistory | Returns full history of type T |
![]() | Push | Pushes a new item to HistoryStack<T> and returnt RedoStack if it wasn't empty. |
![]() | Redo | Performs the selection of the item used before the Undo operation. |
![]() | Undo | Performs the selection of the previously used item |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also




