CallGraphNodeBase 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 node types.
public abstract class CallGraphNodeBase : IEquatable<Microsoft.Quantum.QsCompiler.DependencyAnalysis.CallGraphNodeBase>
type CallGraphNodeBase = class
interface IEquatable<CallGraphNodeBase>
Public MustInherit Class CallGraphNodeBase
Implements IEquatable(Of CallGraphNodeBase)
- Inheritance
-
CallGraphNodeBase
- Derived
- Implements
Constructors
| CallGraphNodeBase(QsQualifiedName) |
Base constructor for call graph nodes. Initializes CallableName. |
Properties
| CallableName |
The name of the represented callable. |
Methods
| Equals(CallGraphNodeBase) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Serves as the default hash function. |