Declarations.DeclaredCallable(QsFragmentKind) Method

Definition

public static Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Tuple<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol,Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallableKind,Microsoft.Quantum.QsCompiler.SyntaxTokens.CallableDeclaration>>> DeclaredCallable (this Microsoft.Quantum.QsCompiler.SyntaxTokens.QsFragmentKind this);
Microsoft.Quantum.QsCompiler.SyntaxProcessing.Declarations.DeclaredCallable :  -> Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol * Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallableKind * Microsoft.Quantum.QsCompiler.SyntaxTokens.CallableDeclaration>
<Extension()>
Public Function DeclaredCallable (this As QsFragmentKind) As QsNullable(Of Tuple(Of QsSymbol, Tuple(Of QsCallableKind, CallableDeclaration)))

Parameters

Returns

QsNullable<Tuple<QsSymbol,Tuple<QsCallableKind,CallableDeclaration>>>

Applies to