Table of Contents

Interface ICodeSnippets

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

Represents collection containing list of code snippets.

public interface ICodeSnippets : ICodeSnippetsProvider, ICodeCompletionProvider, IList<ICodeCompletionProviderItem>, ICollection<ICodeCompletionProviderItem>, IEnumerable<ICodeCompletionProviderItem>, IEnumerable, IExport, IImport
Extension Methods

Properties

this[int]

When implemented by a class, provides an indexed access to ICodeSnippet objects stored in the collection.

Methods

AddSnippet()

When implemented by a class, adds a new item to the ICodeSnippets collection.

InsertSnippet(int)

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