Declarations.DeclaredType(QsFragmentKind) Method

Definition

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

Parameters

Returns

QsNullable<Tuple<QsSymbol,TypeDefinition>>

Applies to