CallGraphEdgeBase(Range) Constructor
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 constructor for call graph edges. Initializes CallGraphEdgeBase properties.
protected CallGraphEdgeBase (Microsoft.Quantum.QsCompiler.DataTypes.Range referenceRange);
new Microsoft.Quantum.QsCompiler.DependencyAnalysis.CallGraphEdgeBase : Microsoft.Quantum.QsCompiler.DataTypes.Range -> Microsoft.Quantum.QsCompiler.DependencyAnalysis.CallGraphEdgeBase
Protected Sub New (referenceRange As Range)
Parameters
- referenceRange
- Range