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
IdentitySyntaxNodeIdA unique identifier for this specific syntax node.
SourceLocationSourceLocationThe document location (
Uri+Range) of the bound expression.ChildrenImmutableArray<SyntaxNode>