Menu

#405 Keep information about basic constructors

3.10
open
None
5
2024-07-02
2024-07-02
No

In the datatype builder, we can use IConstructorBuilder.isBasic() to test if the constructor is basic or not. However, once the datatype has been built, the information is not saved and is not available from the interface IConstructorExtension. It would be helpful to keep it.

Discussion


Log in to post a comment.