Inner Drive Extensible Architecture
C#
Show/Hide TOC
Money
Clone Method
Creates a new object that is a copy of the current instance.
Definition
Namespace:
InnerDrive.Financial
Assembly:
InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
Copy
public
Object
Clone
()
Return Value
Object
A new object that is a copy of this instance.
Implements
ICloneable
Clone
See Also
Reference
Money Structure
InnerDrive.Financial Namespace
In This Article
Definition
Return Value
Implements
See Also