Table of Contents

Interface ICodeSnippetTypes

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

Specifies how the code snippet is inserted into the code.

public interface ICodeSnippetTypes : IList<ICodeSnippetType>, ICollection<ICodeSnippetType>, IEnumerable<ICodeSnippetType>, IEnumerable
Extension Methods

Methods

AddSnippetType()

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

InsertSnippetType(int)

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