CallGraph.Nodes Property

Definition

A hash set of the nodes in the call graph.

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

Property Value

ImmutableHashSet<CallGraphNode>

Applies to