예제 #1
0
 public string GetStuff(this MyCustomHelper helper)
 {
     return("stuff");
 }
예제 #2
0
 public string GetOtherStuff(this MyCustomHelper helper)
 {
     return("other stuff");
 }