LengthClone Method

Creates a new object that is a copy of the current instance.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public Object Clone()

Return Value

Object
A new object that is a copy of this instance.

Implements

ICloneableClone

See Also