QsQubitScope Constructors

Definition

Overloads

QsQubitScope()
QsQubitScope(String, String)

QsQubitScope()

public QsQubitScope ();
Public Sub New ()

Applies to

QsQubitScope(String, String)

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

Parameters

fullName
String
name
String

Applies to