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

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

Méthodes publiques

Свойство Type Description
WhitespaceRegex 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

WhitespaceRegex public_oe static_oe property

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