Class PrintTabClauseNode
- Namespace
- RDCore.SDK.Model.AST.Expressions
- Assembly
- RDCore.SDK.dll
MS-VBAL 5.4.5.8.1 a Tab or Tab(n) clause in a Print/Write
output list.
public sealed record PrintTabClauseNode : ExpressionNode, IEquatable<SyntaxNode>, IExecutableNode, IEquatable<ExpressionNode>, IEquatable<PrintTabClauseNode>
- Inheritance
-
PrintTabClauseNode
- Implements
- Inherited Members
Constructors
PrintTabClauseNode(SyntaxNodeId, SourceLocation, ExpressionNode?)
MS-VBAL 5.4.5.8.1 a Tab or Tab(n) clause in a Print/Write
output list.
public PrintTabClauseNode(SyntaxNodeId Identity, SourceLocation Location, ExpressionNode? Column)
Parameters
IdentitySyntaxNodeIdA unique identifier for this specific syntax node.
LocationSourceLocationThe
Location(holds the documentUriand aRange) of the bound expression.ColumnExpressionNodeThe target column, or
nullfor bareTab(next print zone).
Properties
Column
The target column, or null for bare Tab (next print zone).
public ExpressionNode? Column { get; init; }