Exemplo n.º 1
0
 public Scanner(StateTable statesTable)
 {
     if (statesTable == null)
     {
         throw new ArgumentNullException("statesTable");
     }
     StatesTable = statesTable;
 }
Exemplo n.º 2
0
 public Scanner(StateTable statesTable)
 {
     if (statesTable == null) throw new ArgumentNullException("statesTable");
     StatesTable = statesTable;
 }