Flowsheet BaseRedo Stack Field
Stack of serialized snapshots used to support redo 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>> RedoStackVB
Public RedoStack As Stack(Of Tuple(Of SnapshotType, XDocument))