Table of Contents

Method InsertLexStyle

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

InsertLexStyle(int)

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

ILexStyle InsertLexStyle(int index)

Parameters

index int

Specifies position to insert.

Returns

ILexStyle

ILexStyle that is inserted.