CreateDeferredTypeDiagnostic(string,Diagnostic)
Summary
public static DeferredTypeDiagnostic CreateDeferredTypeDiagnostic(string name, Diagnostic diagnostic)Parameters
Name
Description
Last updated
Was this helpful?
Method in DeferredTypeDiagnostic
Convenience method for constructing new deferred type diagnostics
public static DeferredTypeDiagnostic CreateDeferredTypeDiagnostic(string name, Diagnostic diagnostic)string name
The name of the variable
Yarn.Compiler.Diagnostic diagnostic
The diagnostic that has been deferred
Last updated
Was this helpful?
Was this helpful?
