CallGraphNode Class

Definition

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
CallGraphNode

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)

Applies to