'Declaration Public Property Size As System.Nullable(Of VintasoftSize)
public System.Nullable<VintasoftSize> Size { get; set; }
public: __property System.Nullable<VintasoftSize*>* get_Size(); public: __property void set_Size(
System.Nullable<VintasoftSize*>* value
);
public:
property System.Nullable<VintasoftSize^>^ Size { System.Nullable<VintasoftSize^>^ get(); void set(System.Nullable<VintasoftSize^>^ value); }