Table of Contents

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

Identity SyntaxNodeId

A unique identifier for this specific syntax node.

Location SourceLocation

The Location (holds the document Uri and a Range) of the bound expression.

Count ExpressionNode

The number of spaces to emit.

Properties

Count

The number of spaces to emit.

public ExpressionNode Count { get; init; }

Property Value

ExpressionNode