CallableInformation Constructors

Definition

Overloads

CallableInformation()
CallableInformation(String, String)

CallableInformation()

public CallableInformation ();
Public Sub New ()

Applies to

CallableInformation(String, String)

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

Parameters

fullName
String
name
String

Applies to