FlowsheetBaseRedoStack 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
public Stack<Tuple<SnapshotType, XDocument>> RedoStack

Field Value

StackTupleSnapshotType, XDocument

See Also