示例#1
0
 public Hatch_Parameter(Hatch_Parameter parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
 public void SetValue(int theIndex, Hatch_Parameter theItem)
 {
     throw new NotImplementedException();
 }
 public void Append(Hatch_Parameter theItem)
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, Hatch_Parameter theItem)
 {
     throw new NotImplementedException();
 }