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