InferredExpressionInformation Constructors

Definition

Overloads

InferredExpressionInformation()
InferredExpressionInformation(String, String)

InferredExpressionInformation()

public InferredExpressionInformation ();
Public Sub New ()

Applies to

InferredExpressionInformation(String, String)

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

Parameters

fullName
String
name
String

Applies to