FlowsheetBaseUndoStack 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
public Stack<Tuple<SnapshotType, XDocument>> UndoStack

Field Value

StackTupleSnapshotType, XDocument

See Also