Show / Hide Table of Contents

Class ClassInterceptorsSelectorList

Inheritance
object
List<NamedTypeSelector>
ClassInterceptorsSelectorList
Implements
IList
ICollection
IReadOnlyList<NamedTypeSelector>
IReadOnlyCollection<NamedTypeSelector>
IClassInterceptorsSelectorList
IList<NamedTypeSelector>
ICollection<NamedTypeSelector>
IEnumerable<NamedTypeSelector>
IEnumerable
Inherited Members
List<NamedTypeSelector>.Add(NamedTypeSelector)
List<NamedTypeSelector>.AddRange(IEnumerable<NamedTypeSelector>)
List<NamedTypeSelector>.AsReadOnly()
List<NamedTypeSelector>.BinarySearch(int, int, NamedTypeSelector, IComparer<NamedTypeSelector>)
List<NamedTypeSelector>.BinarySearch(NamedTypeSelector)
List<NamedTypeSelector>.BinarySearch(NamedTypeSelector, IComparer<NamedTypeSelector>)
List<NamedTypeSelector>.Clear()
List<NamedTypeSelector>.Contains(NamedTypeSelector)
List<NamedTypeSelector>.ConvertAll<TOutput>(Converter<NamedTypeSelector, TOutput>)
List<NamedTypeSelector>.CopyTo(NamedTypeSelector[])
List<NamedTypeSelector>.CopyTo(int, NamedTypeSelector[], int, int)
List<NamedTypeSelector>.CopyTo(NamedTypeSelector[], int)
List<NamedTypeSelector>.EnsureCapacity(int)
List<NamedTypeSelector>.Exists(Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.Find(Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.FindAll(Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.FindIndex(Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.FindIndex(int, Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.FindIndex(int, int, Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.FindLast(Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.FindLastIndex(Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.FindLastIndex(int, Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.FindLastIndex(int, int, Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.ForEach(Action<NamedTypeSelector>)
List<NamedTypeSelector>.GetEnumerator()
List<NamedTypeSelector>.GetRange(int, int)
List<NamedTypeSelector>.Slice(int, int)
List<NamedTypeSelector>.IndexOf(NamedTypeSelector)
List<NamedTypeSelector>.IndexOf(NamedTypeSelector, int)
List<NamedTypeSelector>.IndexOf(NamedTypeSelector, int, int)
List<NamedTypeSelector>.Insert(int, NamedTypeSelector)
List<NamedTypeSelector>.InsertRange(int, IEnumerable<NamedTypeSelector>)
List<NamedTypeSelector>.LastIndexOf(NamedTypeSelector)
List<NamedTypeSelector>.LastIndexOf(NamedTypeSelector, int)
List<NamedTypeSelector>.LastIndexOf(NamedTypeSelector, int, int)
List<NamedTypeSelector>.Remove(NamedTypeSelector)
List<NamedTypeSelector>.RemoveAll(Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.RemoveAt(int)
List<NamedTypeSelector>.RemoveRange(int, int)
List<NamedTypeSelector>.Reverse()
List<NamedTypeSelector>.Reverse(int, int)
List<NamedTypeSelector>.Sort()
List<NamedTypeSelector>.Sort(IComparer<NamedTypeSelector>)
List<NamedTypeSelector>.Sort(int, int, IComparer<NamedTypeSelector>)
List<NamedTypeSelector>.Sort(Comparison<NamedTypeSelector>)
List<NamedTypeSelector>.ToArray()
List<NamedTypeSelector>.TrimExcess()
List<NamedTypeSelector>.TrueForAll(Predicate<NamedTypeSelector>)
List<NamedTypeSelector>.Capacity
List<NamedTypeSelector>.Count
List<NamedTypeSelector>.this[int]
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.DependencyInjection
Assembly: Volo.Abp.Core.dll
Syntax
public class ClassInterceptorsSelectorList : List<NamedTypeSelector>, IList, ICollection, IReadOnlyList<NamedTypeSelector>, IReadOnlyCollection<NamedTypeSelector>, IClassInterceptorsSelectorList, IList<NamedTypeSelector>, ICollection<NamedTypeSelector>, IEnumerable<NamedTypeSelector>, IEnumerable

Constructors

ClassInterceptorsSelectorList()

Declaration
public ClassInterceptorsSelectorList()

Implements

IList
ICollection
IReadOnlyList<T>
IReadOnlyCollection<T>
IClassInterceptorsSelectorList
IList<T>
ICollection<T>
IEnumerable<T>
IEnumerable

Extension Methods

AbpCollectionExtensions.AddIfNotContains<T>(ICollection<T>, IEnumerable<T>)
AbpCollectionExtensions.AddIfNotContains<T>(ICollection<T>, Func<T, bool>, Func<T>)
AbpCollectionExtensions.AddIfNotContains<T>(ICollection<T>, T)
AbpCollectionExtensions.IsNullOrEmpty<T>(ICollection<T>?)
AbpCollectionExtensions.RemoveAll<T>(ICollection<T>, IEnumerable<T>)
AbpCollectionExtensions.RemoveAll<T>(ICollection<T>, Func<T, bool>)
AbpEnumerableExtensions.JoinAsString<T>(IEnumerable<T>, string)
AbpEnumerableExtensions.WhereIf<T>(IEnumerable<T>, bool, Func<T, bool>)
AbpEnumerableExtensions.WhereIf<T>(IEnumerable<T>, bool, Func<T, int, bool>)
AbpListExtensions.SortByDependencies<T>(IEnumerable<T>, Func<T, IEnumerable<T>>, IEqualityComparer<T>?)
AbpListExtensions.AddFirst<T>(IList<T>, T)
AbpListExtensions.AddLast<T>(IList<T>, T)
AbpListExtensions.FindIndex<T>(IList<T>, Predicate<T>)
AbpListExtensions.GetOrAdd<T>(IList<T>, Func<T, bool>, Func<T>)
AbpListExtensions.InsertAfter<T>(IList<T>, Predicate<T>, T)
AbpListExtensions.InsertAfter<T>(IList<T>, T, T)
AbpListExtensions.InsertBefore<T>(IList<T>, Predicate<T>, T)
AbpListExtensions.InsertBefore<T>(IList<T>, T, T)
AbpListExtensions.InsertRange<T>(IList<T>, int, IEnumerable<T>)
AbpListExtensions.ReplaceOne<T>(IList<T>, Predicate<T>, Func<T, T>)
AbpListExtensions.ReplaceOne<T>(IList<T>, Predicate<T>, T)
AbpListExtensions.ReplaceOne<T>(IList<T>, T, T)
AbpListExtensions.ReplaceWhile<T>(IList<T>, Predicate<T>, Func<T, T>)
AbpListExtensions.ReplaceWhile<T>(IList<T>, Predicate<T>, T)
NamedTypeSelectorListExtensions.Add(IList<NamedTypeSelector>, string, params Type[])
AbpListExtensions.MoveItem<T>(List<T>, Predicate<T>, int)
AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform