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