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