Method InsertLiteral
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
InsertLiteral(int)
When implemented by a class, inserts a new item to the specified position within the ICodeSnippetLiterals
collection.
ICodeSnippetLiteral InsertLiteral(int index)
Parameters
index
intSpecifies position to insert.
Returns
- ICodeSnippetLiteral
ICodeSnippetLiteral
that is inserted.