CallGraphNodeBase Class

Definition

Base class for call graph node types.

public abstract class CallGraphNodeBase : IEquatable<Microsoft.Quantum.QsCompiler.DependencyAnalysis.CallGraphNodeBase>
type CallGraphNodeBase = class
    interface IEquatable<CallGraphNodeBase>
Public MustInherit Class CallGraphNodeBase
Implements IEquatable(Of CallGraphNodeBase)
Inheritance
CallGraphNodeBase
Derived
Implements

Constructors

CallGraphNodeBase(QsQualifiedName)

Base constructor for call graph nodes. Initializes CallableName.

Properties

CallableName

The name of the represented callable.

Methods

Equals(CallGraphNodeBase)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

Applies to