Table of Contents

Class CodeSnippetTypes

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

Specifies how the code snippet is inserted into the code.

public class CodeSnippetTypes : List<ICodeSnippetType>, IList, ICollection, IReadOnlyList<ICodeSnippetType>, IReadOnlyCollection<ICodeSnippetType>, ICodeSnippetTypes, IList<ICodeSnippetType>, ICollection<ICodeSnippetType>, IEnumerable<ICodeSnippetType>, IEnumerable
Inheritance
CodeSnippetTypes
Implements
Extension Methods

Constructors

CodeSnippetTypes()

Initializes a new instance of the CodeSnippetTypes class with default settings.

Methods

AddSnippetType()

Adds new item to the specified position within the ICodeSnippetTypes collection.

InsertSnippetType(int)

Inserts a new item to the specified position within the ICodeSnippetTypes collection.