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