Click or drag to resize

SolutionProjectSection Constructor (String, Boolean)

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public ProjectSection(
	string name,
	bool isPreProject
)

Parameters

name
Type: SystemString
isPreProject
Type: SystemBoolean
See Also