Click or drag to resize

ExpressionMoveCommentsToLeftMost Method

Move any comments from the specified Token to the left-most sub-expression.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual void MoveCommentsToLeftMost(
	Token token,
	bool skipParens
)

Parameters

token
Type: Nova.ParsingToken
skipParens
Type: SystemBoolean
See Also