Clones the current object, returning a new one with identical properties.
Namespace: DWSIM.SharedClasses.UnitOperationsAssembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 8.8.1.0
Syntax public virtual Object Clone()
Public Overridable Function Clone As Object
Request Example
View SourceReturn Value
ObjectAn object of the same type with the same properties.
Implements
ICloneableCloneRemarks Properties and fields marked with the 'NonSerializable' attribute aren't cloned.
See Also