InferredCallableInformation Constructors

Definition

Overloads

InferredCallableInformation()
InferredCallableInformation(String, String)

InferredCallableInformation()

public InferredCallableInformation ();
Public Sub New ()

Applies to

InferredCallableInformation(String, String)

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

Parameters

fullName
String
name
String

Applies to