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