public void BeginComment(out CommentMode mode)
 {
     mode = new CommentMode(this, Scanning);
 }
Ejemplo n.º 2
0
 public void BeginComment(out CommentMode mode)
 {
     mode = new CommentMode(this, Scanning);
 }