Table of Contents

Class AnnotationTriviaNode

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

Constructors

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

public AnnotationTriviaNode(SyntaxNodeId Identity, SourceLocation SourceLocation, string Name, ImmutableArray<SyntaxNode> Children)

Parameters

Identity SyntaxNodeId
SourceLocation SourceLocation
Name string
Children ImmutableArray<SyntaxNode>

Properties

Name

public string Name { get; init; }

Property Value

string