Ejemplo n.º 1
0
 public void Append(TColStd_SequenceOfReal theSequence)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public TColStd_HSequenceOfReal(TColStd_SequenceOfReal theOther)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public void Split(int theIndex, TColStd_SequenceOfReal theSeq)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public TColStd_SequenceOfReal Assign(TColStd_SequenceOfReal theOther)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public void InsertBefore(int theIndex, TColStd_SequenceOfReal theSeq)
 {
     throw new NotImplementedException();
 }