SymbolTracker.BeginScope Method
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.
Overloads
| BeginScope() | |
| BeginScope(ImmutableHashSet<QsFunctor>) |
BeginScope()
public void BeginScope ();
member this.BeginScope : unit -> unit
Public Sub BeginScope ()
Applies to
BeginScope(ImmutableHashSet<QsFunctor>)
public void BeginScope (System.Collections.Immutable.ImmutableHashSet<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsFunctor> functorSupport);
member this.BeginScope : System.Collections.Immutable.ImmutableHashSet<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsFunctor> -> unit
Public Sub BeginScope (functorSupport As ImmutableHashSet(Of QsFunctor))
Parameters
- functorSupport
- ImmutableHashSet<QsFunctor>