예제 #1
0
파일: TokenReader.cs 프로젝트: carbon/Data
 public void Next()
 {
     current = tokenizer.ReadNext();
 }
예제 #2
0
 public void Next()
 {
     current = tokenizer.ReadNext();
 }