public ORMultiValueDictionary <TKey, TValue> PruningCleanup(UniqueAddress removedNode) =>
 new ORMultiValueDictionary <TKey, TValue>(Underlying.PruningCleanup(removedNode), _withValueDeltas);
Ejemplo n.º 2
0
 public PNCounterDictionary <TKey> PruningCleanup(UniqueAddress removedNode) =>
 new PNCounterDictionary <TKey>(_underlying.PruningCleanup(removedNode));
Ejemplo n.º 3
0
 public ORMultiDictionary<TKey, TValue> PruningCleanup(UniqueAddress removedNode) => 
     new ORMultiDictionary<TKey, TValue>(_underlying.PruningCleanup(removedNode));