UserDefinedType Constructors

Definition

Overloads

UserDefinedType()
UserDefinedType(String, String)

UserDefinedType()

public UserDefinedType ();
Public Sub New ()

Applies to

UserDefinedType(String, String)

protected UserDefinedType (string fullName, string name);
new Microsoft.Quantum.QsCompiler.BondSchemas.UserDefinedType : string * string -> Microsoft.Quantum.QsCompiler.BondSchemas.UserDefinedType
Protected Sub New (fullName As String, name As String)

Parameters

fullName
String
name
String

Applies to