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