Exemple #1
0
 public void Prepare(IReadService readService, out OperationStartupData data)
 {
     data = new OperationStartupData(tree.RootAddress,
                                     tree.InspectForRemoving(readService, index, count));
 }