Method InsertLiteral
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v10.dll
InsertLiteral(int)
Inserts a new item to the specified position within the ICodeSnippetLiterals collection.
public virtual ICodeSnippetLiteral InsertLiteral(int index)
Parameters
indexintSpecifies position to insert.
Returns
- ICodeSnippetLiteral
ICodeSnippetLiteralthat is inserted.