C# Class Microsoft.DocAsCode.Build.TableOfContents.MarkdownTocReader.CommentParseRule

Inheritance: ParseRule
Afficher le fichier Open project: dotnet/docfx

Méthodes publiques

Свойство Type Description
CommentRegex System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
Apply ( ParseState state, Match match ) : ParseState
Match ( string text ) : Match

Method Details

Apply() public méthode

public Apply ( ParseState state, Match match ) : ParseState
state ParseState
match System.Text.RegularExpressions.Match
Résultat ParseState

Match() public méthode

public Match ( string text ) : Match
text string
Résultat System.Text.RegularExpressions.Match

Property Details

CommentRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions CommentRegex
Résultat System.Text.RegularExpressions.Regex