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