Esempio n. 1
0
 public static MutableString /*!*/ Dump(ClrName /*!*/ self)
 {
     return(ClrString.Dump(self.MangledName));
 }
Esempio n. 2
0
 public static MutableString /*!*/ Inspect(ClrName /*!*/ self)
 {
     return(ClrString.Inspect(self.MangledName));
 }