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

Inheritance: ParseRule
ファイルを表示 Open project: dotnet/docfx

Public Properties

Property Type Description
CommentRegex System.Text.RegularExpressions.Regex

Public Methods

Method Description
Apply ( ParseState state, Match match ) : ParseState
Match ( string text ) : Match

Method Details

Apply() public method

public Apply ( ParseState state, Match match ) : ParseState
state ParseState
match System.Text.RegularExpressions.Match
return ParseState

Match() public method

public Match ( string text ) : Match
text string
return System.Text.RegularExpressions.Match

Property Details

CommentRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions CommentRegex
return System.Text.RegularExpressions.Regex