SymbolResolution.TryGetTestName Method

Definition

public static Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName> TryGetTestName (System.Collections.Generic.IEnumerable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsDeclarationAttribute> attributes);
Microsoft.Quantum.QsCompiler.SymbolResolution.TryGetTestName : seq<Microsoft.Quantum.QsCompiler.SyntaxTree.QsDeclarationAttribute> -> Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName>
Public Shared Function TryGetTestName (attributes As IEnumerable(Of QsDeclarationAttribute)) As QsNullable(Of QsQualifiedName)

Parameters

Returns

QsNullable<QsQualifiedName>

Applies to