Click or drag to resize

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
C#
public EnumDecl(
	string name,
	Expression baseType
)

Parameters

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