EnumDecl Constructor (String, Expression) |
Create an
EnumDecl with the specified name and base type.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public EnumDecl(
string name,
Expression baseType
)
Parameters
- name
- Type: SystemString
- baseType
- Type: Nova.CodeDOMExpression
See Also