예제 #1
0
파일: EcmaType.cs 프로젝트: rivy/corert
 public override string ToString()
 {
     return("[" + _module.ToString() + "]" + this.GetFullName());
 }