SyntaxExtensions.New.Static 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.
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
- typeParamResolutions
- ImmutableDictionary<Tuple<QsQualifiedName,String>,ResolvedType>
- exType
- ResolvedType
- range
- QsNullable<Range>