Exemplo n.º 1
0
 public void NearElts(MAT_SequenceOfBasicElt S)
 {
     throw new NotImplementedException();
 }
 public void Append(MAT_SequenceOfBasicElt theSeq)
 {
     throw new NotImplementedException();
 }
 public MAT_SequenceOfBasicElt Assign(MAT_SequenceOfBasicElt theOther)
 {
     throw new NotImplementedException();
 }
 public MAT_SequenceOfBasicElt(MAT_SequenceOfBasicElt theOther)
     : base()
 {
     throw new NotImplementedException();
 }
 public void Split(int theIndex, MAT_SequenceOfBasicElt theSeq)
 {
     throw new NotImplementedException();
 }
 public void InsertBefore(int theIndex, MAT_SequenceOfBasicElt theSeq)
 {
     throw new NotImplementedException();
 }