ConcreteCallGraph.Nodes Property
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.
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)