Click or drag to resize

BlockAddTrailingComments Method

Add any trailing Comment objects on the specified token to the Block.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected void AddTrailingComments(
	Token token
)

Parameters

token
Type: Nova.ParsingToken
See Also