CallGraphNode 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.
Node type that represents Q# callables.
public sealed class CallGraphNode : Microsoft.Quantum.QsCompiler.DependencyAnalysis.CallGraphNodeBase
type CallGraphNode = class
inherit CallGraphNodeBase
Public NotInheritable Class CallGraphNode
Inherits CallGraphNodeBase
- Inheritance
Constructors
| CallGraphNode(QsQualifiedName) |
Constructor for CallGraphNode objects. |
Properties
| CallableName |
The name of the represented callable. (Inherited from CallGraphNodeBase) |
Methods
| Equals(CallGraphNodeBase) | (Inherited from CallGraphNodeBase) |
| Equals(Object) | (Inherited from CallGraphNodeBase) |
| GetHashCode() | (Inherited from CallGraphNodeBase) |