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