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