NamespaceManager.ResolveAll(ImmutableHashSet<String>) Method

Definition

public System.Linq.ILookup<string,Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic> ResolveAll (System.Collections.Immutable.ImmutableHashSet<string> autoOpen);
member this.ResolveAll : System.Collections.Immutable.ImmutableHashSet<string> -> System.Linq.ILookup<string, Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic>
Public Function ResolveAll (autoOpen As ImmutableHashSet(Of String)) As ILookup(Of String, QsCompilerDiagnostic)

Parameters

Returns

ILookup<String,QsCompilerDiagnostic>

Applies to