Click or drag to resize

LineDirective Constructor (Int32, String)

Create a LineDirective with the specified line number and file name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public LineDirective(
	int number,
	string fileName
)

Parameters

number
Type: SystemInt32
fileName
Type: SystemString
See Also