CodeObjectMoveCommentsAsPost Method |
Move any non-EOL comments from the specified token to the current code object as Post comments.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public void MoveCommentsAsPost(
Token token,
bool includeEOLComments = false
)
Parameters
- token
- Type: Nova.ParsingToken
The token. - includeEOLComments (Optional)
- Type: SystemBoolean
True to include EOL comments.
See Also