CallGraphNodeBase(QsQualifiedName) Constructor

Definition

Base constructor for call graph nodes. Initializes CallableName.

protected CallGraphNodeBase (Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName callableName);
new Microsoft.Quantum.QsCompiler.DependencyAnalysis.CallGraphNodeBase : Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName -> Microsoft.Quantum.QsCompiler.DependencyAnalysis.CallGraphNodeBase
Protected Sub New (callableName As QsQualifiedName)

Parameters

callableName
QsQualifiedName

Applies to