CallGraphEdgeBase Class
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.
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. |