StatementTransformationBase.OnScope(QsScope) Method

Definition

public override Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope OnScope (Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope scope);
abstract member OnScope : Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope
override this.OnScope : Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope
Public Overrides Function OnScope (scope As QsScope) As QsScope

Parameters

scope
QsScope

Returns

QsScope

Applies to