Click or drag to resize

TypeDecl Constructor (String, Modifiers, CodeObject)

Initializes a new instance of the TypeDecl class

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected TypeDecl(
	string name,
	Modifiers modifiers,
	CodeObject body
)

Parameters

name
Type: SystemString
modifiers
Type: Nova.CodeDOMModifiers
body
Type: Nova.CodeDOMCodeObject
See Also