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