Table of Contents

Class BoundDirective

Namespace
RDCore.SDK.Model.AST.Abstract
Assembly
RDCore.SDK.dll

A BoundNode representing a module directive, which is module metadata that is neither typed, nor executable.

public abstract record BoundDirective : BoundNode, IEquatable<BoundNode>, IEquatable<BoundDirective>
Inheritance
BoundDirective
Implements
Derived
Inherited Members

Constructors

BoundDirective(Uri, Location)

A BoundNode representing a module directive, which is module metadata that is neither typed, nor executable.

protected BoundDirective(Uri SemanticId, Location Location)

Parameters

SemanticId Uri
Location Location

The document location (Uri+Range) of the bound expression.