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