SyntaxTreeExtensions.Types(IEnumerable<QsNamespace>) Method

Definition

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

Parameters

syntaxTree
IEnumerable<QsNamespace>

Returns

IEnumerable<QsCustomType>

Applies to