Raw
1 class Example
2 {
3 public bool RIGHT {
4 get { return true; }
5 set
6 {
7 // ChangeMe
8 }
9 }
10 }