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