QsQubitScope Constructor

Definition

public QsQubitScope (Microsoft.Quantum.QsCompiler.SyntaxTree.QsQubitScopeKind kind, Microsoft.Quantum.QsCompiler.SyntaxTree.QsBinding<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedInitializer> binding, Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope body);
new Microsoft.Quantum.QsCompiler.SyntaxTree.QsQubitScope : Microsoft.Quantum.QsCompiler.SyntaxTree.QsQubitScopeKind * Microsoft.Quantum.QsCompiler.SyntaxTree.QsBinding<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedInitializer> * Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsQubitScope
Public Sub New (kind As QsQubitScopeKind, binding As QsBinding(Of ResolvedInitializer), body As QsScope)

Parameters

body
QsScope

Applies to