ConcreteCallGraph.Nodes Property

Definition

A hash set of the nodes in the call graph.

public System.Collections.Immutable.ImmutableHashSet<Microsoft.Quantum.QsCompiler.DependencyAnalysis.ConcreteCallGraphNode> Nodes { get; }
member this.Nodes : System.Collections.Immutable.ImmutableHashSet<Microsoft.Quantum.QsCompiler.DependencyAnalysis.ConcreteCallGraphNode>
Public ReadOnly Property Nodes As ImmutableHashSet(Of ConcreteCallGraphNode)

Property Value

ImmutableHashSet<ConcreteCallGraphNode>

Applies to