Click or drag to resize

BaseListTypeDecl Constructor (String, Modifiers, TypeParameter)

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,
	params TypeParameter[] typeParameters
)

Parameters

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