Table of Contents

Class CommentTriviaNode

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

Constructors

CommentTriviaNode(SyntaxNodeId, SourceLocation, string)

public CommentTriviaNode(SyntaxNodeId Identity, SourceLocation SourceLocation, string Value)

Parameters

Identity SyntaxNodeId
SourceLocation SourceLocation
Value string

Properties

Value

public string Value { get; init; }

Property Value

string