QsScope Constructors

Definition

Overloads

QsScope()
QsScope(String, String)

QsScope()

public QsScope ();
Public Sub New ()

Applies to

QsScope(String, String)

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

Parameters

fullName
String
name
String

Applies to