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