Exemple #1
0
 public void LinkedArcs(MAT_SequenceOfArc S)
 {
     throw new NotImplementedException();
 }
 public void Append(MAT_SequenceOfArc theSeq)
 {
     throw new NotImplementedException();
 }
 public MAT_SequenceOfArc Assign(MAT_SequenceOfArc theOther)
 {
     throw new NotImplementedException();
 }
 public MAT_SequenceOfArc(MAT_SequenceOfArc theOther)
     : base()
 {
     throw new NotImplementedException();
 }
 public void Split(int theIndex, MAT_SequenceOfArc theSeq)
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, MAT_SequenceOfArc theSeq)
 {
     throw new NotImplementedException();
 }