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