interface MAGES::Editor::ICloneable

Overview

An interface for cloning objects. More…

interface ICloneable
{
    // methods

    object Clone();
};

Detailed Documentation

An interface for cloning objects.

Methods

object Clone()

Creates a deep copy of the object.

Returns:

Self.