Class ResourceCollection<T>
- Namespace
 - FoundationaLLM.Common.Models.ResourceProviders
 
- Assembly
 - FoundationaLLM.Common.dll
 
Represents a collection of resources of type T.
public class ResourceCollection<T> : ResourceBase where T : ResourceBase
  Type Parameters
TThe type of resource in the collection.
- Inheritance
 - 
      
      
      
      ResourceCollection<T>
 
- Inherited Members
 
- Extension Methods
 
Properties
Resources
Gets or sets the collection of resources of type T.
public IEnumerable<T> Resources { get; set; }
  Property Value
- IEnumerable<T>