示例#1
0
文件: EcmaType.cs 项目: rivy/corert
 public override string ToString()
 {
     return("[" + _module.ToString() + "]" + this.GetFullName());
 }