コード例 #1
0
ファイル: ParserBase.cs プロジェクト: janproch/datadmin
 protected void GoBack(int steps)
 {
     m_tokenizer.GoBack(steps);
 }