Esempio n. 1
0
 public static string GetString00Upper(this Class0 obj)
 {
     // Not possible because GeString00 is a protected member of Class0
     // We must use reflection to solve this.
     //return obj.GetString00.ToUpper();
     return("");
 }
Esempio n. 2
0
 public static string GetString0Upper(this Class0 obj)
 {
     return(obj.GetString0().ToUpper());
 }