Exemplo n.º 1
0
 private static Dictionary <string, List <WriteBatch.BatchOperation> > CreateOperations(WriteBatch batch)
 {
     return(batch.Trees.ToDictionary(tree => tree, tree => batch.GetSortedOperations(tree).ToList()));
 }