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