TypeResolutionCombination.IndependentResolutionDictionaries Property

Definition

Array of all the type parameter resolution dictionaries that are combined in this combination. The items are ordered such that dictionaries containing type parameters resolutions that reference type parameters in other dictionaries appear before those dictionaries containing the referenced type parameters. I.e., dictionary A depends on dictionary B, so A should come before B.

public System.Collections.Immutable.ImmutableArray<System.Collections.Immutable.ImmutableDictionary<Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName,string>,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>> IndependentResolutionDictionaries { get; }
member this.IndependentResolutionDictionaries : System.Collections.Immutable.ImmutableArray<System.Collections.Immutable.ImmutableDictionary<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName * string, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>>
Public ReadOnly Property IndependentResolutionDictionaries As ImmutableArray(Of ImmutableDictionary(Of Tuple(Of QsQualifiedName, String), ResolvedType))

Property Value

ImmutableArray<ImmutableDictionary<Tuple<QsQualifiedName,String>,ResolvedType>>

Applies to