Class SyntaxErrors
Represents collection containing list of syntax errors.
[Serializable]
public class SyntaxErrors : SortList<ISyntaxError>, IList, ICollection, IReadOnlyList<ISyntaxError>, IReadOnlyCollection<ISyntaxError>, ISyntaxErrors, ISortList<ISyntaxError>, IList<ISyntaxError>, ICollection<ISyntaxError>, IEnumerable<ISyntaxError>, IEnumerable
- Inheritance
-
SyntaxErrors
- Implements
- Extension Methods
Methods
- BlockDeleting(Rectangle)
Removes all errors from specified region.
- BlockDeleting(Rectangle, IComparer<ISyntaxError>)
Removes all syntax errors from the error collection which position in the specified rectangle.
- FindErrorAt(Point, bool, out int, IComparer<ISyntaxError>)
When implemented by a class, locates error at specified position.
- PositionChanged(int, int, int, int)
Updates specified position by DeltaX and DeltaY values for any errors in the collection.
- PositionChanged(int, int, int, int, IComparer<ISyntaxError>)
Updates all syntax errors starting from specified position.