Table of Contents

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 int

Specifies position to insert.

Returns

ICodeSnippetReference

ICodeSnippetReference that is inserted.