public void Append(TColgp_SequenceOfAx1 theSeq)
 {
     throw new NotImplementedException();
 }
 public TColgp_SequenceOfAx1 Assign(TColgp_SequenceOfAx1 theOther)
 {
     throw new NotImplementedException();
 }
 public void Split(int theIndex, TColgp_SequenceOfAx1 theSeq)
 {
     throw new NotImplementedException();
 }
 public TColgp_SequenceOfAx1(TColgp_SequenceOfAx1 theOther)
     : base()
 {
     throw new NotImplementedException();
 }
 public void InsertBefore(int theIndex, TColgp_SequenceOfAx1 theSeq)
 {
     throw new NotImplementedException();
 }