CallGraphEdge Class

Definition

Edge type for Call Graphs.

public sealed class CallGraphEdge : Microsoft.Quantum.QsCompiler.DependencyAnalysis.CallGraphEdgeBase, IEquatable<Microsoft.Quantum.QsCompiler.DependencyAnalysis.CallGraphEdge>
type CallGraphEdge = class
    inherit CallGraphEdgeBase
    interface IEquatable<CallGraphEdge>
Public NotInheritable Class CallGraphEdge
Inherits CallGraphEdgeBase
Implements IEquatable(Of CallGraphEdge)
Inheritance
CallGraphEdge
Implements

Properties

ParamResolutions

Contains the type parameter resolutions associated with this edge.

ReferenceRange

The range of the reference represented by the edge.

(Inherited from CallGraphEdgeBase)

Methods

Equals(CallGraphEdge)

Determines if the object is the same as the given edge, ignoring the ordering of key-value pairs in the type parameter dictionaries.

Equals(CallGraphEdgeBase) (Inherited from CallGraphEdgeBase)

Applies to