blob: 608131d3d316aa4ec47bfa8196fbf4f6efb589d7 [file] [log] [blame]
class Example
{
public bool RIGHT {
get { return true; }
set
{
// ChangeMe
}
}
}