SymbolResolution.TryGetOriginalName Method

Definition

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

Parameters

Returns

QsNullable<QsQualifiedName>

Applies to