Clone Method

PPJoy

Creates a shallow copy of the MappingCollection.

Namespace:  PPJoy
Assembly:  PPJoyWrapper (in PPJoyWrapper.dll)

Syntax

Visual Basic (Declaration)
Public Function Clone As Object
C#
public Object Clone()
Visual C++
public:
virtual Object^ Clone() sealed

Return Value

A shallow copy of the MappingCollection.

Implements

ICloneable..::.Clone()()()

See Also