class MAGES::Tests::TestOverridableProperty::Compound

class Compound: public MAGES::Editor::ICloneable
{
public:
    // properties

    int Integer;
    float Single;

    // methods

    object Clone();
};

Inherited Members

public:
    // methods

    object Clone();