SyntaxGenerator.AutoGeneratedExpression Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1, 1 })]
public static Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression AutoGeneratedExpression (Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression,Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> kind, Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTypeKind<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType,Microsoft.Quantum.QsCompiler.SyntaxTree.UserDefinedType,Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeParameter,Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation> exTypeKind, bool qDep);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1, 1 })>]
Microsoft.Quantum.QsCompiler.SyntaxGenerator.AutoGeneratedExpression : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression, Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> -> Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTypeKind<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType, Microsoft.Quantum.QsCompiler.SyntaxTree.UserDefinedType, Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeParameter, Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation> -> bool -> Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression
Public Shared Function AutoGeneratedExpression (kind As QsExpressionKind(Of TypedExpression, Identifier, ResolvedType), exTypeKind As QsTypeKind(Of ResolvedType, UserDefinedType, QsTypeParameter, CallableInformation), qDep As Boolean) As TypedExpression

Parameters

qDep
Boolean

Returns

TypedExpression
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute

Applies to