Click or drag to resize

ParserParseCodeBlockUntil Method

Parse an embedded code block inside a documentation comment, starting with the current token, and parsing up to the specified delimiter.

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public CodeObject ParseCodeBlockUntil(
	string delimiter,
	CodeObject parent
)

Parameters

delimiter
Type: SystemString
parent
Type: Nova.CodeDOMCodeObject

Return Value

Type: CodeObject
See Also