示例#1
0
 private RemovalsCountingDiffSets Relationships()
 {
     if (_relationships == null)
     {
         _relationships = new RemovalsCountingDiffSets(this);
     }
     return(_relationships);
 }
示例#2
0
 private RemovalsCountingDiffSets Nodes()
 {
     if (_nodes == null)
     {
         _nodes = new RemovalsCountingDiffSets(this);
     }
     return(_nodes);
 }