Class ResourceReferenceList<T>
- Namespace
 - FoundationaLLM.Common.Models.ResourceProviders
 
- Assembly
 - FoundationaLLM.Common.dll
 
Maintains a collection of resource references.
public class ResourceReferenceList<T> where T : ResourceReference
  Type Parameters
TThe type of resource reference kept in the store.
- Inheritance
 - 
      
      ResourceReferenceList<T>
 
- Inherited Members
 
- Extension Methods
 
Properties
DefaultResourceName
Gets or sets the name of the resource that should be used as the default resource.
public string? DefaultResourceName { get; set; }
  Property Value
ResourceReferences
The dictionary of resource references indexed by their unique names.
public required List<T> ResourceReferences { get; set; }
  Property Value
- List<T>