Represents trivia (whitespace, comments, newlines) attached to syntax nodes.
public sealed class SyntaxTrivia : SyntaxNodeBase
kind:method, kind:property, kind:ctor. Press Esc to clear.SyntaxTrivia()Initializes a new instance of the SyntaxTrivia class.SyntaxTrivia(TokenKind, String)Initializes a new instance of the SyntaxTrivia class.Accept(SyntaxVisitor)Allow to visit this instance with the specified visitor.ToDebuggerDisplay()Returns a debugger-friendly display string for this node.