Exemplo n.º 1
0
 public static void CheckRules(ArgumentDictionary arguments, CheckingRule[] rules)
 {
     for (int i = 0; i < rules.Length; i++)
     {
         CheckingRule checkingRule = rules[i];
         checkingRule.CheckRule(arguments);
     }
 }