SyntaxExtensions.New.Static(String, String) Method

Definition

public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName QsQualifiedName.New.Static (string nsName, string cName);
Microsoft.Quantum.QsCompiler.SyntaxExtensions.QsQualifiedName.New.Static : string * string -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName
Public Shared Function QsQualifiedName.New.Static (nsName As String, cName As String) As QsQualifiedName

Parameters

nsName
String
cName
String

Returns

QsQualifiedName

Applies to