Пример #1
0
 public void Append(Units_UtsSequence theSeq)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public Units_UtsSequence Assign(Units_UtsSequence theOther)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public void Split(int theIndex, Units_UtsSequence theSeq)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public Units_UtsSequence(Units_UtsSequence theOther)
     : base()
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public void InsertAfter(int theIndex, Units_UtsSequence theSeq)
 {
     throw new NotImplementedException();
 }