CodeObjectMoveComments Method (Token) |
Move any non-EOL comments 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 public void MoveComments(
Token token
)
Parameters
- token
- Type: Nova.ParsingToken
The token.
See Also