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