CallGraphNode(QsQualifiedName) Constructor

Definition

Constructor for CallGraphNode objects.

public CallGraphNode (Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName callableName);
new Microsoft.Quantum.QsCompiler.DependencyAnalysis.CallGraphNode : Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName -> Microsoft.Quantum.QsCompiler.DependencyAnalysis.CallGraphNode
Public Sub New (callableName As QsQualifiedName)

Parameters

callableName
QsQualifiedName

Applies to