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