[BrowsableAttribute(true)]
public char CharLeft { get; set; }
<BrowsableAttribute(true)>
Public Property CharLeft As Char
Get
Set
Dim instance As ConsoleRectangle
Dim value As Char
value = instance.CharLeft
instance.CharLeft = value
public:
[BrowsableAttribute(true)]
property wchar_t CharLeft {
wchar_t get ();
void set (wchar_t value);
}
[<BrowsableAttribute(true)>]
member CharLeft : char with get, set
No code example is currently available or this language may not be supported.