public void Append(TColStd_SequenceOfInteger theSequence)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public TColStd_SequenceOfInteger Assign(TColStd_SequenceOfInteger theOther)
 {
     throw new NotImplementedException();
 }
 public TColStd_HSequenceOfInteger(TColStd_SequenceOfInteger theOther)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public void Split(int theIndex, TColStd_SequenceOfInteger theSeq)
 {
     throw new NotImplementedException();
 }