ILGFileParserListener.ExitParagraph(LGFileParser+ParagraphContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exit a parse tree produced by paragraph().
public void ExitParagraph (LGFileParser.ParagraphContext context);
abstract member ExitParagraph : LGFileParser.ParagraphContext -> unit
Public Sub ExitParagraph (context As LGFileParser.ParagraphContext)
Parameters
- context
- LGFileParser.ParagraphContext
The parse tree.