Extensions.ToFullName Method

Definition

Overloads

ToFullName(QsNamespaceElement)
ToFullName(QsQualifiedName)

ToFullName(QsNamespaceElement)

public static string ToFullName (this Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespaceElement e);
static member ToFullName : Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespaceElement -> string
<Extension()>
Public Function ToFullName (e As QsNamespaceElement) As String

Parameters

Returns

String

Applies to

ToFullName(QsQualifiedName)

public static string ToFullName (this Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName name);
static member ToFullName : Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName -> string
<Extension()>
Public Function ToFullName (name As QsQualifiedName) As String

Parameters

Returns

String

Applies to