Click or drag to resize

EnumDecl Constructor (String, Modifiers, Expression)

Create an EnumDecl with the specified name, modifiers, and base type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public EnumDecl(
	string name,
	Modifiers modifiers,
	Expression baseType
)

Parameters

name
Type: SystemString
modifiers
Type: Nova.CodeDOMModifiers
baseType
Type: Nova.CodeDOMExpression
See Also