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