Exemplo n.º 1
0
 private void PrintResults(AggregateArgs matchAndSort)
 {
     QueryTests.Aggregate(matchAndSort)
     .ToList()
     .ForEach(Console.WriteLine);
 }