Table of Contents

Method InsertSnippetType

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.v9.dll

InsertSnippetType(int)

When implemented by a class, inserts a new item to the specified position within the ICodeSnippetTypes collection.

ICodeSnippetType InsertSnippetType(int index)

Parameters

index int

Specifies position to insert.

Returns

ICodeSnippetType

ICodeSnippetType that is inserted.