CodeObjectMoveComments Method (Token, Boolean) |
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,
bool atFront
)
Parameters
- token
- Type: Nova.ParsingToken
The token. - atFront
- Type: SystemBoolean
Inserts at the front of any existing annotations if true, otherwise adds at the end.
See Also