QsCallable Constructors

Definition

Overloads

QsCallable()
QsCallable(String, String)

QsCallable()

public QsCallable ();
Public Sub New ()

Applies to

QsCallable(String, String)

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

Parameters

fullName
String
name
String

Applies to