System::ICloneable::Clone method

ICloneable::Clone method

RTTI information.

virtual System::SharedPtr<System::Object> System::ICloneable::Clone()=0

Remarks

Creates a copy of the current object and returns a shared pointer to it.

See Also