UserDefinedType.New(String, String) Method

Definition

public static Microsoft.Quantum.QsCompiler.SyntaxTree.UserDefinedType New (string ns, string name);
static member New : string * string -> Microsoft.Quantum.QsCompiler.SyntaxTree.UserDefinedType
Public Shared Function New (ns As String, name As String) As UserDefinedType

Parameters

ns
String
name
String

Returns

UserDefinedType

Applies to