Table of Contents

Class CodeSnippetDeclarations

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.v10.dll

Provides an indexed access to individual ICodeSnippetDeclaration objects.

public class CodeSnippetDeclarations : List<ICodeSnippetDeclaration>, IReadOnlyList<ICodeSnippetDeclaration>, IReadOnlyCollection<ICodeSnippetDeclaration>, IList, ICollection, ICodeSnippetDeclarations, IList<ICodeSnippetDeclaration>, ICollection<ICodeSnippetDeclaration>, IEnumerable<ICodeSnippetDeclaration>, IEnumerable
Inheritance
CodeSnippetDeclarations
Implements
Extension Methods

Constructors

CodeSnippetDeclarations()

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

Methods

AddDeclaration()

Adds a new item to the specified position within the ICodeSnippetDeclarations collection.

InsertDeclaration(int)

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