Class CodeSnippetReferences
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v10.dll
Provides an indexed access to individual ICodeSnippetReference objects.
public class CodeSnippetReferences : List<ICodeSnippetReference>, IReadOnlyList<ICodeSnippetReference>, IReadOnlyCollection<ICodeSnippetReference>, IList, ICollection, ICodeSnippetReferences, IList<ICodeSnippetReference>, ICollection<ICodeSnippetReference>, IEnumerable<ICodeSnippetReference>, IEnumerable- Inheritance
- 
      
      
      CodeSnippetReferences
- Implements
- Extension Methods
Constructors
- CodeSnippetReferences()
- Initializes a new instance of the - CodeSnippetReferencesclass with default settings.
Methods
- AddReference()
- Adds a new item to the specified position within the - ICodeSnippetReferencescollection.
- InsertReference(int)
- Inserts a new item to the specified position within the - ICodeSnippetReferencescollection.