ILGFileParserVisitor<Result>.VisitFile(LGFileParser+FileContext) 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.
Visit a parse tree produced by file().
public Result VisitFile (LGFileParser.FileContext context);
abstract member VisitFile : LGFileParser.FileContext -> 'Result
Public Function VisitFile (context As LGFileParser.FileContext) As Result
Parameters
- context
- LGFileParser.FileContext
The parse tree.
Returns
- Result