Table of Contents

Class PrecompilerIfBlockStatementNode

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

Represents a conditional executable statement block.

public record PrecompilerIfBlockStatementNode : StatementNode, IEquatable<SyntaxNode>, IExecutableNode, IEquatable<StatementNode>, IEquatable<PrecompilerIfBlockStatementNode>
Inheritance
PrecompilerIfBlockStatementNode
Implements
Inherited Members

Constructors

PrecompilerIfBlockStatementNode(SyntaxNodeId, SourceLocation, ImmutableArray<SyntaxNode>)

Represents a conditional executable statement block.

public PrecompilerIfBlockStatementNode(SyntaxNodeId Identity, SourceLocation SourceLocation, ImmutableArray<SyntaxNode> Children)

Parameters

Identity SyntaxNodeId

A unique identifier for this specific syntax node.

SourceLocation SourceLocation

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

Children ImmutableArray<SyntaxNode>