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