Table of Contents

Class InlineIfStatementNode

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

Represents a conditional executable statement.

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

Constructors

InlineIfStatementNode(SyntaxNodeId, SourceLocation, ImmutableArray<SyntaxNode>)

Represents a conditional executable statement.

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