Class CodeSnippetObjects
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v10.dll
Provides an indexed access to individual ICodeSnippetObject objects.
public class CodeSnippetObjects : List<ICodeSnippetObject>, IReadOnlyList<ICodeSnippetObject>, IReadOnlyCollection<ICodeSnippetObject>, IList, ICollection, ICodeSnippetObjects, IList<ICodeSnippetObject>, ICollection<ICodeSnippetObject>, IEnumerable<ICodeSnippetObject>, IEnumerable
- Inheritance
-
CodeSnippetObjects
- Implements
- Extension Methods
Methods
- AddObject()
Adds a new item to the specified position within the
ICodeSnippetObjectscollection.
- InsertObject(int)
Inserts a new item to the specified position within the
ICodeSnippetObjectcollection.