Table of Contents

Interface ILexSyntaxBlocks

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

Represents properties and methods to provide an indexed access to individual ILexSyntaxBlock objects.

public interface ILexSyntaxBlocks : IList<ILexSyntaxBlock>, ICollection<ILexSyntaxBlock>, IEnumerable<ILexSyntaxBlock>, IEnumerable
Extension Methods

Methods

AddLexSyntaxBlock()

When implemented by a class, adds a new item to the specified position within the ILexReswordSets collection.

FindSyntaxBlock(string)

When implemented by a class, finds ILexSyntaxBlock by its name.

InsertLexSyntaxBlock(int)

When implemented by a class, inserts a new item to the specified position within the ILexSyntaxBlocks collection.