public void Append(HatchGen_Domain theItem)
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, HatchGen_Domain theItem)
 {
     throw new NotImplementedException();
 }
 public void SetValue(int theIndex, HatchGen_Domain theItem)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public HatchGen_Domain(HatchGen_Domain parameter1)
     : base()
 {
     throw new NotImplementedException();
 }