CallGraphEdgeBase Class

Definition

Base class for call graph edge types.

public abstract class CallGraphEdgeBase : IEquatable<Microsoft.Quantum.QsCompiler.DependencyAnalysis.CallGraphEdgeBase>
type CallGraphEdgeBase = class
    interface IEquatable<CallGraphEdgeBase>
Public MustInherit Class CallGraphEdgeBase
Implements IEquatable(Of CallGraphEdgeBase)
Inheritance
CallGraphEdgeBase
Derived
Implements

Constructors

CallGraphEdgeBase(Range)

Base constructor for call graph edges. Initializes CallGraphEdgeBase properties.

Properties

ReferenceRange

The range of the reference represented by the edge.

Methods

Equals(CallGraphEdgeBase)

Indicates whether the current object is equal to another object of the same type.

Applies to