Click or drag to resize

SolutionProjectSectionAsTextHeader Method

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static void AsTextHeader(
	CodeWriter writer,
	string name,
	bool isPreProject
)

Parameters

writer
Type: Nova.RenderingCodeWriter
name
Type: SystemString
isPreProject
Type: SystemBoolean
See Also