Class NamedObjectList<T>
Inherited Members
Namespace: Volo.Abp.AI
Assembly: Volo.Abp.Core.dll
Syntax
public class NamedObjectList<T> : List<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : NamedObject
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
NamedObjectList()
Declaration
public NamedObjectList()