Click or drag to resize

CommentRemoveSpaces Method

Remove the specified number of prefixed spaces from each line of the comment. Fails if any non-blank lines don't start with at least the specified number of spaces.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool RemoveSpaces(
	int spaces
)

Parameters

spaces
Type: SystemInt32

Return Value

Type: Boolean
See Also