CallGraphEdge 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.
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
- 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) |