IParseResult<T> interface

The result of a parse attempt.

public interface IParseResult<out T> : IParseResult

Members

name description
Value { get; } The parsed object instance. Throws ParseException if the parsing was not successful.

See Also