public void Append(Intf_SectionLine theItem)
 {
     throw new NotImplementedException();
 }
 public void SetValue(int theIndex, Intf_SectionLine theItem)
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, Intf_SectionLine theItem)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public void Prepend(Intf_SectionLine LS)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 public bool IsEqual(Intf_SectionLine Other)
 {
     throw new NotImplementedException();
 }
예제 #6
0
 public Intf_SectionLine(Intf_SectionLine Other)
     : base()
 {
     throw new NotImplementedException();
 }