Class ElseBlockStatementNode
- 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 ElseBlockStatementNode : StatementNode, IEquatable<SyntaxNode>, IExecutableNode, IEquatable<StatementNode>, IEquatable<ElseBlockStatementNode>
- Inheritance
-
ElseBlockStatementNode
- Implements
- Inherited Members
Constructors
ElseBlockStatementNode(SyntaxNodeId, SourceLocation, ImmutableArray<SyntaxNode>)
Represents a conditional executable statement block that is part of an If conditional branch.
public ElseBlockStatementNode(SyntaxNodeId Identity, SourceLocation SourceLocation, ImmutableArray<SyntaxNode> Children)
Parameters
IdentitySyntaxNodeIdA unique identifier for this specific syntax node.
SourceLocationSourceLocationThe document location (
Uri+Range) of the bound expression.ChildrenImmutableArray<SyntaxNode>