ILGFileParserListener.ExitCommentDefinition(LGFileParser+CommentDefinitionContext) 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 commentDefinition().
public void ExitCommentDefinition (LGFileParser.CommentDefinitionContext context);
abstract member ExitCommentDefinition : LGFileParser.CommentDefinitionContext -> unit
Public Sub ExitCommentDefinition (context As LGFileParser.CommentDefinitionContext)
Parameters
The parse tree.