Flowsheet BaseUndo Stack Field
Stack of serialized snapshots used to support undo operations.
Definition
Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public Stack<Tuple<SnapshotType, XDocument>> UndoStackVB
Public UndoStack As Stack(Of Tuple(Of SnapshotType, XDocument))