Click or drag to resize

DocCommentParseContent Method

Parse the content of a DocComment tag.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected virtual bool ParseContent(
	Parser parser
)

Parameters

parser
Type: Nova.ParsingParser

Return Value

Type: Boolean
True if the content was followed by a valid end tag, otherwise false.
See Also