Exemple #1
0
 public RuleForCollections(Comparator comparator, IList <BaseCollectionsCompareStrategy> others) :
     base(new CollectionsCompareStrategy(), others)
 {
     Strategies.ForEach(s => s.Comparator = comparator);
 }