示例#1
0
 public void Append(Units_QtsSequence theSeq)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public Units_QtsSequence Assign(Units_QtsSequence theOther)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public void Split(int theIndex, Units_QtsSequence theSeq)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public Units_QtsSequence(Units_QtsSequence theOther)
     : base()
 {
     throw new NotImplementedException();
 }
示例#5
0
 public void InsertAfter(int theIndex, Units_QtsSequence theSeq)
 {
     throw new NotImplementedException();
 }