UserDefinedType.New(String, String) 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.
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