Show / Hide Table of Contents

Delegate ParsedCallback

Called on each parsed function after it's parsed successfully for anyone that wants to see.

Namespace: Fluency.Execution.Parsing
Assembly: Execution.dll
Syntax
public delegate void ParsedCallback(FunctionGraph graph);
Parameters
Type Name Description
FunctionGraph graph
  • Improve this Doc
  • View Source
Back to top Generated by DocFX