跳到主要内容
版本:Next

Class ParsingErrorDontCareHandler

Assembly: RCaron.dll​
View Source​
Declaration
csharp
public class ParsingErrorDontCareHandler : IParsingErrorHandler
Declaration
csharp
public class ParsingErrorDontCareHandler : IParsingErrorHandler

Implements:
RCaron.Parsing.IParsingErrorHandler

Methods​

Handle(ParsingException)​

View Source​
Declaration
csharp
public bool Handle(ParsingException exception)
Declaration
csharp
public bool Handle(ParsingException exception)
Returns​

System.Boolean

Parameters​
TypeName
RCaron.Parsing.ParsingExceptionexception

AllowsExecution()​

View Source​
Declaration
csharp
public bool AllowsExecution()
Declaration
csharp
public bool AllowsExecution()
Returns​

System.Boolean

Implements​

Extension Methods​