Class TypeList
A shortcut for TypeList<TBaseType> to use object as base type.
Inherited Members
Namespace: Volo.Abp.Collections
Assembly: Volo.Abp.Core.dll
Syntax
public class TypeList : TypeList<object>, ITypeList, ITypeList<object>, IList<Type>
Implements
IList<>