Table of Contents

Class LexSyntaxBlocks

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

Provides an indexed access to individual ILexSyntaxBlock objects.

public class LexSyntaxBlocks : List<ILexSyntaxBlock>, IList, ICollection, IReadOnlyList<ILexSyntaxBlock>, IReadOnlyCollection<ILexSyntaxBlock>, ILexSyntaxBlocks, IList<ILexSyntaxBlock>, ICollection<ILexSyntaxBlock>, IEnumerable<ILexSyntaxBlock>, IEnumerable
Inheritance
LexSyntaxBlocks
Implements
Extension Methods

Constructors

LexSyntaxBlocks(ILexState)

Initializes a new instance of the LexSyntaxBlocks class with specifies parameters.

Methods

AddLexSyntaxBlock()

Creates new ILexSyntaxBlock and adds it to the LexSyntaxBlocks collection.

FindSyntaxBlock(string)

Finds ILexSyntaxBlock by its name.

InsertLexSyntaxBlock(int)

Inserts a new item to the specified position within the ILexSyntaxBlocks collection.