Expressions.QsExpression.Resolve 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.
[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1, 1 })]
public static Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression QsExpression.Resolve (Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpression this, Microsoft.Quantum.QsCompiler.SyntaxProcessing.ScopeContext context, Microsoft.FSharp.Core.FSharpFunc<Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic,Microsoft.FSharp.Core.Unit> diagnose);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1, 1 })>]
Microsoft.Quantum.QsCompiler.SyntaxProcessing.Expressions.QsExpression.Resolve : Microsoft.Quantum.QsCompiler.SyntaxProcessing.ScopeContext -> (Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic -> unit) -> Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression
Public Shared Function QsExpression.Resolve (this As QsExpression, context As ScopeContext, diagnose As FSharpFunc(Of QsCompilerDiagnostic, Unit)) As TypedExpression
Parameters
- this
- QsExpression
- context
- ScopeContext
- diagnose
- Microsoft.FSharp.Core.FSharpFunc<QsCompilerDiagnostic,Microsoft.FSharp.Core.Unit>
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute