TypedExpression Constructors

Definition

Overloads

TypedExpression()
TypedExpression(String, String)

TypedExpression()

public TypedExpression ();
Public Sub New ()

Applies to

TypedExpression(String, String)

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

Parameters

fullName
String
name
String

Applies to