Click or drag to resize

CodeObjectSetFirstOnLineForNonEOLComments Method

Set the newline flag for all non-EOL comments in the collection.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static void SetFirstOnLineForNonEOLComments(
	ChildList<Annotation> annotations,
	bool value
)

Parameters

annotations
Type: Nova.CodeDOMChildListAnnotation
value
Type: SystemBoolean
See Also