Table of Contents

Class CodeSnippetImports

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.v9.dll

Provides an indexed access to individual ICodeSnippetImport objects.

public class CodeSnippetImports : List<ICodeSnippetImport>, IList, ICollection, IReadOnlyList<ICodeSnippetImport>, IReadOnlyCollection<ICodeSnippetImport>, ICodeSnippetImports, IList<ICodeSnippetImport>, ICollection<ICodeSnippetImport>, IEnumerable<ICodeSnippetImport>, IEnumerable
Inheritance
CodeSnippetImports
Implements
Extension Methods

Constructors

CodeSnippetImports()

Initializes a new instance of the CodeSnippetImports class with default settings.

Methods

AddImport()

Adds a new item to the specified position within the ICodeSnippetImports collection.

InsertImport(int)

Inserts a new item to the specified position within the ICodeSnippetImports collection.