TypeResolutionCombination.IndependentResolutionDictionaries Property
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.
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))