class Example
{
    public bool RIGHT {
        get { return true; }
        set
        {
            // ChangeMe
        }
    }
}
