ExpanderCloneJSON Method

Creates a deep copy of this expander by serializing and deserializing through JSON.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override Object CloneJSON()

Return Value

Object
A new Expander instance with the same state as this one.

See Also