Table of Contents

Method InsertLiteral

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.v9.dll

InsertLiteral(int)

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

public virtual ICodeSnippetLiteral InsertLiteral(int index)

Parameters

index int

Specifies position to insert.

Returns

ICodeSnippetLiteral

ICodeSnippetLiteral that is inserted.