Table of Contents

Interface ISyntaxAttributes

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

Represents collection containing list of syntax attributes.

public interface ISyntaxAttributes : ISortList<ISyntaxAttribute>, IList<ISyntaxAttribute>, ICollection<ISyntaxAttribute>, IEnumerable<ISyntaxAttribute>, IEnumerable
Extension Methods

Methods

BlockDeleting(Rectangle)

Removes all syntax errors from the error collection which position in the specified rectangle.

PositionChanged(int, int, int, int)

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

Sort()

Sorts the syntax errors.