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