[BrowsableAttribute(true)]
public int Width { get; }
<BrowsableAttribute(true)>
Public ReadOnly Property Width As Integer
Get
Dim instance As ConsoleRectangle
Dim value As Integer
value = instance.Width
public:
[BrowsableAttribute(true)]
property int Width {
int get ();
}
[<BrowsableAttribute(true)>]
member Width : int with get
No code example is currently available or this language may not be supported.