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