Declarations.OpenedNamespace(QsFragmentKind) Method

Definition

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

Parameters

Returns

QsNullable<Tuple<QsSymbol,QsNullable<QsSymbol>>>

Applies to