LeadingTrivia Property

Definition

Namespace Tomlyn.Model
Assembly Tomlyn.dll

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

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

Returns