SyntaxExtensions.New.Static Method

Definition

public static Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression TypedExpression.New.Static (Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression,Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> expr, System.Collections.Immutable.ImmutableDictionary<Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName,string>,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> typeParamResolutions, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType exType, Microsoft.Quantum.QsCompiler.SyntaxTree.InferredExpressionInformation exInfo, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.DataTypes.Range> range);
Microsoft.Quantum.QsCompiler.SyntaxExtensions.TypedExpression.New.Static : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression, Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> * System.Collections.Immutable.ImmutableDictionary<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName * string, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> * Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType * Microsoft.Quantum.QsCompiler.SyntaxTree.InferredExpressionInformation * Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.DataTypes.Range> -> Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression
Public Shared Function TypedExpression.New.Static (expr As QsExpressionKind(Of TypedExpression, Identifier, ResolvedType), typeParamResolutions As ImmutableDictionary(Of Tuple(Of QsQualifiedName, String), ResolvedType), exType As ResolvedType, exInfo As InferredExpressionInformation, range As QsNullable(Of Range)) As TypedExpression

Parameters

exType
ResolvedType
range
QsNullable<Range>

Returns

TypedExpression

Applies to