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