IParseErrorProvider Interface
Provides the base requirements for an object that returns a list of IParseError objects, and is generally implemented by IParseData instances if they support error reporting.
public interface IParseErrorProvider
Properties
Errors
The collection of IParseError objects that specify parse errors.
IEnumerable<IParseError>? Errors { get; }
Property Value
See Also
Snapshot
The ITextSnapshot, if known, from which the parse errors were created.
Extension Methods
- ObjectExtensions.TryConvertToDouble(object, out double)
- ObjectExtensions.TryConvertToDouble(object, IFormatProvider, out double)