Class CodeSnippetDeclarations
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
Provides an indexed access to individual ICodeSnippetDeclaration
objects.
public class CodeSnippetDeclarations : List<ICodeSnippetDeclaration>, IList, ICollection, IReadOnlyList<ICodeSnippetDeclaration>, IReadOnlyCollection<ICodeSnippetDeclaration>, 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.