Extensions.ToFullName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
- name
- QsQualifiedName