SymbolTracker.BeginScope Method

Definition

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>

Applies to