LocalDeclarations Constructors

Definition

Overloads

LocalDeclarations()
LocalDeclarations(String, String)

LocalDeclarations()

public LocalDeclarations ();
Public Sub New ()

Applies to

LocalDeclarations(String, String)

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

Parameters

fullName
String
name
String

Applies to