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

Inheritance: ParseState
显示文件 Open project: dotnet/docfx

Public Methods

Method Description
ApplyRules ( ParseRule rules, string &input, int &lineNumber ) : ParseState
ErrorState ( ParseState state, int level, string message ) : System

Method Details

ApplyRules() public method

public ApplyRules ( ParseRule rules, string &input, int &lineNumber ) : ParseState
rules ParseRule
input string
lineNumber int
return ParseState

ErrorState() public method

public ErrorState ( ParseState state, int level, string message ) : System
state ParseState
level int
message string
return System