public void BeginComment(out CommentMode mode)
 {
     mode = new CommentMode(this, Scanning);
 }
예제 #2
0
 public void BeginComment(out CommentMode mode)
 {
     mode = new CommentMode(this, Scanning);
 }