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