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