BaseClassClone Method

Clones the current object, returning a new one with identical properties.

Definition

Namespace: DWSIM.SharedClasses.UnitOperations
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 10.0.0.0
public virtual Object Clone()

Return Value

Object
An object of the same type with the same properties.

Implements

ICloneableClone

Remarks

Properties and fields marked with the 'NonSerializable' attribute aren't cloned.

See Also