Interface ITypeList
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 : ITypeList<object>, IList<Type>, ICollection<Type>, IEnumerable<Type>, IEnumerable