Method InsertReference
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v10.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
indexintSpecifies position to insert.
Returns
- ICodeSnippetReference
ICodeSnippetReferencethat is inserted.