Esempio n. 1
0
 private RemovalsCountingDiffSets Relationships()
 {
     if (_relationships == null)
     {
         _relationships = new RemovalsCountingDiffSets(this);
     }
     return(_relationships);
 }
Esempio n. 2
0
 private RemovalsCountingDiffSets Nodes()
 {
     if (_nodes == null)
     {
         _nodes = new RemovalsCountingDiffSets(this);
     }
     return(_nodes);
 }