Table of Contents

Class CodeSnippetLiterals

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

Provides an indexed access to individual ICodeSnippetLiteral objects.

public class CodeSnippetLiterals : List<ICodeSnippetLiteral>, IList, ICollection, IReadOnlyList<ICodeSnippetLiteral>, IReadOnlyCollection<ICodeSnippetLiteral>, ICodeSnippetLiterals, IList<ICodeSnippetLiteral>, ICollection<ICodeSnippetLiteral>, IEnumerable<ICodeSnippetLiteral>, IEnumerable
Inheritance
CodeSnippetLiterals
Implements
Extension Methods

Constructors

CodeSnippetLiterals()

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

Methods

AddLiteral()

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

InsertLiteral(int)

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