Interface ICodeSnippetDeclarations
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
Represents properties and methods to provide an indexed access to individual ICodeSnippetDeclaration
objects.
public interface ICodeSnippetDeclarations : IList<ICodeSnippetDeclaration>, ICollection<ICodeSnippetDeclaration>, IEnumerable<ICodeSnippetDeclaration>, IEnumerable
- Extension Methods
Methods
- AddDeclaration()
When implemented by a class, adds a new item to the specified position within the
ICodeSnippetDeclarations
collection.
- InsertDeclaration(int)
When implemented by a class, inserts a new item to the specified position within the
ICodeSnippetDeclarations
collection.