CodeObjectMoveEOLCommentAsInfix Method |
Move any EOL comment from the specified token to the current code object as an Infix EOL comment.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public void MoveEOLCommentAsInfix(
Token token
)
Parameters
- token
- Type: Nova.ParsingToken
The token.
See Also