HistoryStack<T> Class Methods

For a list of all members of this type, see HistoryStack<T> members.

Public Methods
 NameDescription
Public Method Determines whether a sequence contains any elements.  
Public MethodReports the value indicating wether it is possible to perform the Redo operation.  
Public MethodReports the value indicating wether it is possible to perform the Undo operation.  
Public Method Clears history  
Public Method Returns full history of type T  
Public MethodPushes a new item to HistoryStack<T> and returnt RedoStack if it wasn't empty.  
Public MethodPerforms the selection of the item used before the Undo operation.  
Public Method Performs the selection of the previously used item  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also