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