Raw
1 class Example
2 {
3 string Method_RIGHT(
4 int a,
5 int b,
6 int c)
7 {
8 return "ChangeMe";
9 }
10 }