ReactionSetObjectCopy Method

Performs a binary serialization-based deep copy of a ReactionSet object.

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public ReactionSet ObjectCopy(
	ReactionSet obj
)

Parameters

obj  ReactionSet
The reaction set to copy.

Return Value

ReactionSet
A deep copy of the specified reaction set.

See Also