Beispiel #1
0
 public static string HelloWorldWithParam(this ExtensionsMethodsTest.MyClass test, DateTime date)
 {
     return("Hello Test Class " + date.Year);
 }
Beispiel #2
0
 public static string HelloWorld(this ExtensionsMethodsTest.MyClass test)
 {
     return("Hello Test Class");
 }