Interface ICodeActionItems
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
Represents collection containing list of code fixes.
public interface ICodeActionItems : ICodeCompletionProvider, IList<ICodeCompletionProviderItem>, ICollection<ICodeCompletionProviderItem>, IEnumerable<ICodeCompletionProviderItem>, IEnumerable, IExport, IImport
- Extension Methods
Properties
- this[int]
When implemented by a class, provides an indexed access to
ICodeActionItem
objects stored in the collection.
Methods
- AddCodeAction()
When implemented by a class, adds a new item to the
ICodeActionItem
collection.
- InsertCodeAction(int)
When implemented by a class, inserts a new item to the specified position within the
ICodeActionItem
collection.