Esempio n. 1
0
 public void PSplit(int Index, TCollection_BaseSequence Sub)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void PPrepend(TCollection_BaseSequence S)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public void PInsertAfter(int Index, TCollection_BaseSequence S)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public TCollection_BaseSequence(TCollection_BaseSequence Other)
     : base()
 {
     throw new NotImplementedException();
 }