Table of Contents

Class LexStyles

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

Provides an indexed access to individual ILexStyle objects.

public class LexStyles : List<ILexStyle>, IList, ICollection, IReadOnlyList<ILexStyle>, IReadOnlyCollection<ILexStyle>, ILexStyles, IList<ILexStyle>, ICollection<ILexStyle>, IEnumerable<ILexStyle>, IEnumerable
Inheritance
LexStyles
Implements
Extension Methods

Constructors

LexStyles(ILexScheme)

Initializes a new instance of the LexStyles class with a specified owner.

Methods

AddLexStyle()

Creates new ILexStyle and adds it to LexScheme.LexStyles collection.

Assign(ILexStyles)

Assigns most relevant properties from another ILexStyles object.

FindLexStyle(string)

Finds ILexStyle by its name.

InsertLexStyle(int)

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