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