Class PrintSpcClauseNode
- Namespace
- RDCore.SDK.Model.AST.Expressions
- Assembly
- RDCore.SDK.dll
MS-VBAL 5.4.5.8.1 a Spc(n) clause in a Print/Write output list.
public sealed record PrintSpcClauseNode : ExpressionNode, IEquatable<SyntaxNode>, IExecutableNode, IEquatable<ExpressionNode>, IEquatable<PrintSpcClauseNode>
- Inheritance
-
PrintSpcClauseNode
- Implements
- Inherited Members
Constructors
PrintSpcClauseNode(SyntaxNodeId, SourceLocation, ExpressionNode)
MS-VBAL 5.4.5.8.1 a Spc(n) clause in a Print/Write output list.
public PrintSpcClauseNode(SyntaxNodeId Identity, SourceLocation Location, ExpressionNode Count)
Parameters
IdentitySyntaxNodeIdA unique identifier for this specific syntax node.
LocationSourceLocationThe
Location(holds the documentUriand aRange) of the bound expression.CountExpressionNodeThe number of spaces to emit.
Properties
Count
The number of spaces to emit.
public ExpressionNode Count { get; init; }