TrailingTriviaAfterEndOfLine Property

Definition

Namespace Tomlyn.Model
Assembly Tomlyn.dll

Gets the trailing trivia attached to this node. Might be null if no trailing trivias.

public List<TomlSyntaxTriviaMetadata>? TrailingTriviaAfterEndOfLine { get; set; }

Returns