Click or drag to resize

CodeObjectMoveEOLComment Method (Token)

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
)

Parameters

token
Type: Nova.ParsingToken
The token.

Return Value

Type: CommentBase
See Also