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