How can we improve?
int Width {get;}
__property int get_Width();
property int Width { int get(); }
'Declaration ReadOnly Property Width As Integer
'Usage Dim instance As IImGearRectangle Dim value As Integer value = instance.Width
IImGearRectangle Interface IImGearRectangle Members