ToString() 공개 메소드

public ToString ( ) : string
리턴 string
예제 #1
0
 protected override ICode VisitCil(StmtCil s) {
     this.NewLine();
     this.code.Append("CIL: " + s.ToString());
     this.Visit(s.EndCil);
     return s;
 }