Class TypeList
Implements
ITypeList<object>
System.Collections.Generic.IList<T><System.Type>
System.Collections.Generic.ICollection<T><System.Type>
System.Collections.Generic.IEnumerable<T><System.Type>
System.Collections.IEnumerable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Collections
Assembly: Volo.Abp.Core.dll
Syntax
public class TypeList : TypeList<object>, ITypeList, ITypeList<object>, IList<Type>, ICollection<Type>, IEnumerable<Type>, IEnumerable
Constructors
TypeList()
Declaration
public TypeList()
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable