SyntaxTreeExtensions.FilterByOrigin Method
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.
[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
public static System.Collections.Immutable.ImmutableDictionary<Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName,string>,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> FilterByOrigin (this System.Collections.Immutable.ImmutableDictionary<Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName,string>,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> this, Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName origin);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
Microsoft.Quantum.QsCompiler.SyntaxTreeExtensions.FilterByOrigin : Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName -> System.Collections.Immutable.ImmutableDictionary<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName * string, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>
<Extension()>
Public Function FilterByOrigin (this As ImmutableDictionary(Of Tuple(Of QsQualifiedName, String), ResolvedType), origin As QsQualifiedName) As ImmutableDictionary(Of Tuple(Of QsQualifiedName, String), ResolvedType)
Parameters
- origin
- QsQualifiedName
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute