TypedExpression Constructor
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 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
- expression
- QsExpressionKind<TypedExpression,Identifier,ResolvedType>
- typeArguments
- ImmutableArray<Tuple<QsQualifiedName,String,ResolvedType>>
- resolvedType
- ResolvedType
- inferredInformation
- InferredExpressionInformation
- range
- QsNullable<Range>