Table of Contents

Class SyntaxNodes

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

Represents collection containing list of syntax nodes.

[Serializable]
public class SyntaxNodes : SortList<ISyntaxNode>, IList, ICollection, IReadOnlyList<ISyntaxNode>, IReadOnlyCollection<ISyntaxNode>, ISyntaxNodes, ISortList<ISyntaxNode>, IList<ISyntaxNode>, ICollection<ISyntaxNode>, IEnumerable<ISyntaxNode>, IEnumerable
Inheritance
SyntaxNodes
Implements
Extension Methods

Methods

BlockDeleting(Rectangle, IComparer<ISyntaxNode>)

Removes all nodes from specified region.

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

Updates specified position by DeltaX and DeltaY values for any nodes in the collection.