TypeResolutionCombination(TypedExpression) Constructor

Definition

Creates a type parameter resolution combination from the independent type parameter resolutions found in the given typed expression and its sub expressions. Only sub-expressions whose type parameter resolutions are relevant to the given expression's type parameter resolutions are considered.

public TypeResolutionCombination (Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression expression);
new Microsoft.Quantum.QsCompiler.TypeResolutionCombination : Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression -> Microsoft.Quantum.QsCompiler.TypeResolutionCombination
Public Sub New (expression As TypedExpression)

Parameters

expression
TypedExpression

Applies to