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