Click or drag to resize

BaseListTypeDecl Constructor (String, Modifiers)

Initializes a new instance of the BaseListTypeDecl class

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

Parameters

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