Click or drag to resize

CodeObjectMoveEOLComment Method (Token, Boolean, Boolean)

Move any EOL comment from the specified token to the current code object.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public CommentBase MoveEOLComment(
	Token token,
	bool includeInlines,
	bool atFront
)

Parameters

token
Type: Nova.ParsingToken
The token.
includeInlines
Type: SystemBoolean
Include inline comments as EOL comments if true.
atFront
Type: SystemBoolean
Inserts at the front of any existing annotations if true, otherwise adds at the end.

Return Value

Type: CommentBase
See Also