Class IfBlockStatementNode
- Namespace
- RDCore.SDK.Model.AST.Statements
- Assembly
- RDCore.SDK.dll
Represents a conditional executable statement block.
public record IfBlockStatementNode : StatementNode, IEquatable<SyntaxNode>, IExecutableNode, IEquatable<StatementNode>, IEquatable<IfBlockStatementNode>
- Inheritance
-
IfBlockStatementNode
- Implements
- Inherited Members
Constructors
IfBlockStatementNode(SyntaxNodeId, SourceLocation, ImmutableArray<SyntaxNode>)
Represents a conditional executable statement block.
public IfBlockStatementNode(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>