Raw
1 class Example
2 {
3 string Method ( int RIGHT )
4 {
5 // Filler
6 // Filler
7
8 return "ChangeMe";
9 }
10 }