commentGetCurrentLine() public method

public commentGetCurrentLine ( ) : int
return int
コード例 #1
0
ファイル: emit.cs プロジェクト: SSCLI/sscli_20021101
 public void CommentHolder()
 {
     NextInsn(0);
     icur.setIType(IAsm.I_COMMENT);
     LastComment = icur; /* save away this insn loc to store comment */
     icur.setCommentLine(io.commentGetCurrentLine());
 }