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