Table of Contents

Interface ISyntaxErrors

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

Represents collection containing list of syntax errors.

public interface ISyntaxErrors : ISortList<ISyntaxError>, IList<ISyntaxError>, ICollection<ISyntaxError>, IEnumerable<ISyntaxError>, IEnumerable
Extension Methods

Methods

BlockDeleting(Rectangle)

When implemented by a class, removes all syntax errors from the error collection which position in the specified rectangle.

BlockDeleting(Rectangle, IComparer<ISyntaxError>)

When implemented by a class, removes all syntax errors from the error collection which position in the specified rectangle.

FindErrorAt(Point, bool, out int, IComparer<ISyntaxError>)

Locates error at specified position.

PositionChanged(int, int, int, int)

When implemented by a class, updates all syntax errors starting from specified position.

PositionChanged(int, int, int, int, IComparer<ISyntaxError>)

When implemented by a class, updates all syntax errors starting from specified position.