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