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