ReactionObjectCopy Method

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

Definition

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

Parameters

obj  Reaction
The reaction to copy.

Return Value

Reaction
A deep copy of the specified reaction.

See Also