Click or drag to resize

EnumDecl Constructor

Overload List
  NameDescription
Public methodEnumDecl(String, Expression)
Create an EnumDecl with the specified name and base type.
Public methodEnumDecl(String, Modifiers)
Create an EnumDecl with the specified name.
Protected methodEnumDecl(Parser, CodeObject)
Initializes a new instance of the EnumDecl class
Public methodEnumDecl(String, Modifiers, Expression)
Create an EnumDecl with the specified name, modifiers, and base type.
Top
See Also