C# Class Microsoft.R.Core.Parser.ParseError

Inheritance: Microsoft.Languages.Core.Text.TextRange, IParseError
显示文件 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
ParseError ( ParseErrorType errorType, ErrorLocation location, ITextRange range ) : System.Diagnostics

Method Details

ParseError() public method

public ParseError ( ParseErrorType errorType, ErrorLocation location, ITextRange range ) : System.Diagnostics
errorType ParseErrorType
location ErrorLocation
range ITextRange
return System.Diagnostics