Table of Contents

Interface ILexStyles

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

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

public interface ILexStyles : IList<ILexStyle>, ICollection<ILexStyle>, IEnumerable<ILexStyle>, IEnumerable
Extension Methods

Methods

AddLexStyle()

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

Assign(ILexStyles)

When implemented by a class, assigns most relevant properties from another ILexStyles object.

FindLexStyle(string)

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

InsertLexStyle(int)

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