QsCustomType Constructors

Definition

Overloads

QsCustomType()
QsCustomType(String, String)

QsCustomType()

public QsCustomType ();
Public Sub New ()

Applies to

QsCustomType(String, String)

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

Parameters

fullName
String
name
String

Applies to