class MAGES::Tests::TestOverridableProperty::Compound¶
class Compound: public ICloneable
{
public:
// properties
int Integer;
float Single;
// methods
object Clone();
};
class Compound: public ICloneable
{
public:
// properties
int Integer;
float Single;
// methods
object Clone();
};