Base ClassClone 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
An object of the same type with the same properties.
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 10.0.0.0
C#
public virtual Object Clone()VB
Public Overridable Function Clone As ObjectReturn Value
ObjectAn object of the same type with the same properties.
Implements
ICloneableCloneRemarks
Properties and fields marked with the 'NonSerializable' attribute aren't cloned.