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