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