コード例 #1
0
 public ScanState(string input)
 {
     _input = input;
     nesting = new Nesting(this);
 }