Click or drag to resize

Project Constructor (String, Solution)

Create a new Project with the specified file name and parent Solution.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Project(
	string fileName,
	Solution solution
)

Parameters

fileName
Type: SystemString
solution
Type: Nova.CodeDOMSolution
Remarks
See Also