Table of Contents

Method InsertLexSyntaxBlock

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

InsertLexSyntaxBlock(int)

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

ILexSyntaxBlock InsertLexSyntaxBlock(int index)

Parameters

index int

Specifies position to insert.

Returns

ILexSyntaxBlock

ILexSyntaxBlock that is inserted.