Table of Contents

Class StatementBlock

Namespace
RDCore.SDK.Model.AST.Statements
Assembly
RDCore.SDK.dll
public record StatementBlock : IEquatable<StatementBlock>
Inheritance
StatementBlock
Implements
Inherited Members

Constructors

StatementBlock(ImmutableArray<SyntaxNode>)

public StatementBlock(ImmutableArray<SyntaxNode> Children)

Parameters

Children ImmutableArray<SyntaxNode>

Properties

Children

public ImmutableArray<SyntaxNode> Children { get; init; }

Property Value

ImmutableArray<SyntaxNode>