SyntaxTreeExtensions.Attributes(IEnumerable<QsNamespace>) Method

Definition

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

Parameters

syntaxTree
IEnumerable<QsNamespace>

Returns

IEnumerable<QsCustomType>

Applies to