public void Append(IntTools_Root theItem)
 {
     throw new NotImplementedException();
 }
 public void SetValue(int theIndex, IntTools_Root theItem)
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, IntTools_Root theItem)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public void Init(IntTools_Root theValue)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public IntTools_Array1OfRoots(IntTools_Root theBegin, int theLower, int theUpper)
     : base()
 {
     throw new NotImplementedException();
 }
Пример #6
0
 public IntTools_Root(IntTools_Root parameter1)
     : base()
 {
     throw new NotImplementedException();
 }