Interface ITypeList<TBaseType>
Inherited Members
System.Collections.Generic.IList<System.Type>.IndexOf(System.Type)
System.Collections.Generic.IList<System.Type>.Insert(int, System.Type)
System.Collections.Generic.IList<System.Type>.RemoveAt(int)
System.Collections.Generic.IList<System.Type>.this[int]
System.Collections.Generic.ICollection<System.Type>.Add(System.Type)
System.Collections.Generic.ICollection<System.Type>.Clear()
System.Collections.Generic.ICollection<System.Type>.Contains(System.Type)
System.Collections.Generic.ICollection<System.Type>.CopyTo(System.Type[], int)
System.Collections.Generic.ICollection<System.Type>.Remove(System.Type)
System.Collections.Generic.ICollection<System.Type>.Count
System.Collections.Generic.ICollection<System.Type>.IsReadOnly
System.Collections.Generic.IEnumerable<System.Type>.GetEnumerator()
Namespace: Volo.Abp.Collections
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
Name | Description |
---|---|
T |
Contains<T>()
Declaration
bool Contains<T>() where T : TBaseType
Returns
Type | Description |
---|---|
bool |
Type Parameters
Name | Description |
---|---|
T |
Remove<T>()
Declaration
void Remove<T>() where T : TBaseType
Type Parameters
Name | Description |
---|---|
T |
TryAdd<T>()
Declaration
bool TryAdd<T>() where T : TBaseType
Returns
Type | Description |
---|---|
bool |
Type Parameters
Name | Description |
---|---|
T |