Esempio n. 1
0
 public static string ToString(this CS3Demos.Person o)
 {
     return("Whee!!");
 }
Esempio n. 2
0
 public static string ToXML(this CS3Demos.Person o, bool includeNS)
 {
     return("<this is " + o + " xml />");
 }