Table of Contents

Class PrecompilerTriviaNode

Namespace
RDCore.SDK.Model.AST.Abstract
Assembly
RDCore.SDK.dll
public record PrecompilerTriviaNode : SyntaxNode, IEquatable<SyntaxNode>, IEquatable<PrecompilerTriviaNode>
Inheritance
PrecompilerTriviaNode
Implements
Inherited Members

Constructors

PrecompilerTriviaNode(SyntaxNodeId, SourceLocation, ImmutableArray<SyntaxNode>, string)

public PrecompilerTriviaNode(SyntaxNodeId Identity, SourceLocation SourceLocation, ImmutableArray<SyntaxNode> Children, string Source)

Parameters

Identity SyntaxNodeId
SourceLocation SourceLocation
Children ImmutableArray<SyntaxNode>
Source string

Properties

Source

public string Source { get; init; }

Property Value

string