Click or drag to resize

BaseClassClone Method

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

Namespace: DWSIM.SharedClasses.UnitOperations
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 8.8.1.0
Syntax
public virtual Object Clone()
Request Example View Source

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