TypeResolutionCombination(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.
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