ResolvedType Constructors

Definition

Overloads

ResolvedType()
ResolvedType(String, String)

ResolvedType()

public ResolvedType ();
Public Sub New ()

Applies to

ResolvedType(String, String)

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

Parameters

fullName
String
name
String

Applies to