public static MutableString /*!*/ Dump(ClrName /*!*/ self) { return(ClrString.Dump(self.MangledName)); }
public static MutableString /*!*/ Inspect(ClrName /*!*/ self) { return(ClrString.Inspect(self.MangledName)); }