public TColStd_ListOfAsciiString Assign(TColStd_ListOfAsciiString theOther)
 {
     throw new NotImplementedException();
 }
 public void Prepend(TColStd_ListOfAsciiString theOther)
 {
     throw new NotImplementedException();
 }
 public TColStd_ListOfAsciiString(TColStd_ListOfAsciiString theOther)
     : base()
 {
     throw new NotImplementedException();
 }