SyntaxTreeExtensions.Callables(IEnumerable<QsNamespace>) Method

Definition

public static System.Collections.Generic.IEnumerable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallable> Callables (this System.Collections.Generic.IEnumerable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace> syntaxTree);
Microsoft.Quantum.QsCompiler.SyntaxTreeExtensions.Callables : seq<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace> -> seq<Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallable>
<Extension()>
Public Function Callables (syntaxTree As IEnumerable(Of QsNamespace)) As IEnumerable(Of QsCallable)

Parameters

syntaxTree
IEnumerable<QsNamespace>

Returns

IEnumerable<QsCallable>

Applies to