Creates a new copy of the instance.

Namespace: TPSA
Assembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public TPSA clone()
Visual Basic
Public Function clone As TPSA
Visual C++
public:
TPSA^ clone()

Return Value

The new copy of the instance.

See Also