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