Show / Hide Table of Contents

    Class SingleLineCommentTrivia

    Package: grammarkdown

    Represent a single-line comment trivia token.

    // comment
    
    Inheritance
    CommentTriviaBase<SyntaxKind.SingleLineCommentTrivia>
    SingleLineCommentTrivia

    Constructors

    constructor()

    Constructs a new instance of the SingleLineCommentTrivia class

    Declaration
    constructor();
    Back to top Generated by DocFX