Interface ITypeList<TBaseType>
Assembly: Volo.Abp.Core.dll
Syntax
public interface ITypeList<in TBaseType> : IList<Type>, ICollection<Type>, IEnumerable<Type>, IEnumerable
Type Parameters
Name |
Description |
TBaseType |
|
Methods
Add<T>()
Declaration
void Add<T>() where T : TBaseType
Type Parameters
Contains<T>()
Declaration
bool Contains<T>() where T : TBaseType
Returns
Type Parameters
Remove<T>()
Declaration
void Remove<T>() where T : TBaseType
Type Parameters
TryAdd<T>()
Declaration
bool TryAdd<T>() where T : TBaseType
Returns
Type Parameters
Extension Methods