public bool Unite(BOPTools_MapOfSet theOther)
 {
     throw new NotImplementedException();
 }
 public bool Contains(BOPTools_MapOfSet theOther)
 {
     throw new NotImplementedException();
 }
 public void Union(BOPTools_MapOfSet theLeft, BOPTools_MapOfSet theRight)
 {
     throw new NotImplementedException();
 }
 public BOPTools_MapOfSet Assign(BOPTools_MapOfSet theOther)
 {
     throw new NotImplementedException();
 }
 public void Exchange(BOPTools_MapOfSet theOther)
 {
     throw new NotImplementedException();
 }
 public BOPTools_MapOfSet(BOPTools_MapOfSet theOther)
     : base()
 {
     throw new NotImplementedException();
 }
 public bool Subtract(BOPTools_MapOfSet theOther)
 {
     throw new NotImplementedException();
 }
 public bool HasIntersection(BOPTools_MapOfSet theMap)
 {
     throw new NotImplementedException();
 }