'Declaration Public MustOverride Property Size As Vintasoft.Primitives.VintasoftSize
public abstract Vintasoft.Primitives.VintasoftSize Size { get; set; }
public: __property abstract Vintasoft.Primitives.VintasoftSize get_Size(); public: __property abstract void set_Size(
Vintasoft.Primitives.VintasoftSize value
);
public:
abstract property Vintasoft.Primitives.VintasoftSize Size { Vintasoft.Primitives.VintasoftSize get(); void set(Vintasoft.Primitives.VintasoftSize value); }