Table of Contents

Class LexReswordSets

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

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

public class LexReswordSets : List<ILexReswordSet>, IList, ICollection, IReadOnlyList<ILexReswordSet>, IReadOnlyCollection<ILexReswordSet>, ILexReswordSets, IList<ILexReswordSet>, ICollection<ILexReswordSet>, IEnumerable<ILexReswordSet>, IEnumerable
Inheritance
LexReswordSets
Implements
Extension Methods

Constructors

LexReswordSets(ILexSyntaxBlock)

Initializes a new instance of the LexReswordSets class with specified settings.

Methods

AddLexReswordSet()

Adds a new item to the end of the ILexReswordSets collection.

FindResword(string)

Locates ILexReswordSet containing given resword.

InsertLexReswordSet(int)

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