Fields  Properties  Methods 


HistoryStack<T> Class Members

The following tables list the members exposed by HistoryStack<T>.

Public Constructors
 NameDescription
Public Constructor  
Top
Protected Fields
 NameDescription
Protected Field  
Protected Field  
Top
Public Properties
 NameDescription
Public PropertyGets or Sets the range which has been selected from HistoryStack<T>.  
Public PropertyGets or Sets the collection which has been erased after last push to the HistoryStack<T>.  
Public Property  
Top
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