Table of Contents

Method InsertLexState

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

InsertLexState(int)

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

ILexState InsertLexState(int index)

Parameters

index int

Specifies position to insert.

Returns

ILexState

ILexState that is inserted.