Creates a copy of this object.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public Symbol Clone()
Visual Basic (Declaration)
Public Function Clone As Symbol
Visual C++
public:
Symbol^ Clone()

Return Value

A copy of this Symbol object.

See Also