Interface ISyntaxNodes
Represents collection containing list of syntax nodes.
public interface ISyntaxNodes : ISortList<ISyntaxNode>, IList<ISyntaxNode>, ICollection<ISyntaxNode>, IEnumerable<ISyntaxNode>, IEnumerable
- Extension Methods
Methods
- BlockDeleting(Rectangle, IComparer<ISyntaxNode>)
When implemented by a class, removes all syntax nodes from the nodes collection which position in the specified rectangle.
- PositionChanged(int, int, int, int, IComparer<ISyntaxNode>)
When implemented by a class, updates all syntax nodes starting from specified position.