QsQubitScope Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- kind
- QsQubitScopeKind
- binding
- QsBinding<ResolvedInitializer>
- body
- QsScope