Table of Contents

Class ElseIfBlockStatementNode

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

Represents a conditional executable statement block that is part of an If conditional branch.

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

Constructors

ElseIfBlockStatementNode(SyntaxNodeId, SourceLocation, ImmutableArray<SyntaxNode>)

Represents a conditional executable statement block that is part of an If conditional branch.

public ElseIfBlockStatementNode(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>