'Declaration Public Property ImageWidth As Nullable(Of UInteger)
'Usage Dim instance As ImGearEXIFMetadata Dim value As Nullable(Of UInteger) instance.ImageWidth = value value = instance.ImageWidth
public Nullable<uint> ImageWidth {get; set;}
public: __property Nullable<uint> get_ImageWidth(); public: __property void set_ImageWidth( Nullable<uint> value );
public: property Nullable<uint> ImageWidth { Nullable<uint> get(); void set ( Nullable<uint> value); }