TypedExpression Constructor

Definition

public TypedExpression (Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression,Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> expression, System.Collections.Immutable.ImmutableArray<Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName,string,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>> typeArguments, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType resolvedType, Microsoft.Quantum.QsCompiler.SyntaxTree.InferredExpressionInformation inferredInformation, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.DataTypes.Range> range);
new Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression, Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> * System.Collections.Immutable.ImmutableArray<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 Sub New (expression As QsExpressionKind(Of TypedExpression, Identifier, ResolvedType), typeArguments As ImmutableArray(Of Tuple(Of QsQualifiedName, String, ResolvedType)), resolvedType As ResolvedType, inferredInformation As InferredExpressionInformation, range As QsNullable(Of Range))

Parameters

resolvedType
ResolvedType
inferredInformation
InferredExpressionInformation
range
QsNullable<Range>

Applies to