'Declaration Public MustOverride Property Location As Vintasoft.Primitives.VintasoftPoint
public abstract Vintasoft.Primitives.VintasoftPoint Location { get; set; }
public: __property abstract Vintasoft.Primitives.VintasoftPoint get_Location(); public: __property abstract void set_Location(
Vintasoft.Primitives.VintasoftPoint value
);
public:
abstract property Vintasoft.Primitives.VintasoftPoint Location { Vintasoft.Primitives.VintasoftPoint get(); void set(Vintasoft.Primitives.VintasoftPoint value); }