Class PreConfigureActionList<TOptions>
Inheritance
object
System.Collections.Generic.List<T><System.Action<T><TOptions>>
PreConfigureActionList<TOptions>
Implements
System.Collections.Generic.IList<T><System.Action<T><TOptions>>
System.Collections.Generic.ICollection<T><System.Action<T><TOptions>>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T><System.Action<T><TOptions>>
System.Collections.Generic.IReadOnlyCollection<T><System.Action<T><TOptions>>
System.Collections.Generic.IEnumerable<T><System.Action<T><TOptions>>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<System.Action<TOptions>>.Add(System.Action<TOptions>)
System.Collections.Generic.List<System.Action<TOptions>>.AddRange(System.Collections.Generic.IEnumerable<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.AsReadOnly()
System.Collections.Generic.List<System.Action<TOptions>>.BinarySearch(int, int, System.Action<TOptions>, System.Collections.Generic.IComparer<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.BinarySearch(System.Action<TOptions>)
System.Collections.Generic.List<System.Action<TOptions>>.BinarySearch(System.Action<TOptions>, System.Collections.Generic.IComparer<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.Clear()
System.Collections.Generic.List<System.Action<TOptions>>.Contains(System.Action<TOptions>)
System.Collections.Generic.List<System.Action<TOptions>>.ConvertAll<TOutput>(System.Converter<System.Action<TOptions>, TOutput>)
System.Collections.Generic.List<System.Action<TOptions>>.CopyTo(System.Action<TOptions>[])
System.Collections.Generic.List<System.Action<TOptions>>.CopyTo(int, System.Action<TOptions>[], int, int)
System.Collections.Generic.List<System.Action<TOptions>>.CopyTo(System.Action<TOptions>[], int)
System.Collections.Generic.List<System.Action<TOptions>>.EnsureCapacity(int)
System.Collections.Generic.List<System.Action<TOptions>>.Exists(System.Predicate<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.Find(System.Predicate<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.FindAll(System.Predicate<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.FindIndex(System.Predicate<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.FindIndex(int, System.Predicate<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.FindIndex(int, int, System.Predicate<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.FindLast(System.Predicate<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.FindLastIndex(System.Predicate<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.FindLastIndex(int, System.Predicate<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.FindLastIndex(int, int, System.Predicate<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.ForEach(System.Action<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.GetEnumerator()
System.Collections.Generic.List<System.Action<TOptions>>.GetRange(int, int)
System.Collections.Generic.List<System.Action<TOptions>>.IndexOf(System.Action<TOptions>)
System.Collections.Generic.List<System.Action<TOptions>>.IndexOf(System.Action<TOptions>, int)
System.Collections.Generic.List<System.Action<TOptions>>.IndexOf(System.Action<TOptions>, int, int)
System.Collections.Generic.List<System.Action<TOptions>>.Insert(int, System.Action<TOptions>)
System.Collections.Generic.List<System.Action<TOptions>>.InsertRange(int, System.Collections.Generic.IEnumerable<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.LastIndexOf(System.Action<TOptions>)
System.Collections.Generic.List<System.Action<TOptions>>.LastIndexOf(System.Action<TOptions>, int)
System.Collections.Generic.List<System.Action<TOptions>>.LastIndexOf(System.Action<TOptions>, int, int)
System.Collections.Generic.List<System.Action<TOptions>>.Remove(System.Action<TOptions>)
System.Collections.Generic.List<System.Action<TOptions>>.RemoveAll(System.Predicate<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.RemoveAt(int)
System.Collections.Generic.List<System.Action<TOptions>>.RemoveRange(int, int)
System.Collections.Generic.List<System.Action<TOptions>>.Reverse()
System.Collections.Generic.List<System.Action<TOptions>>.Reverse(int, int)
System.Collections.Generic.List<System.Action<TOptions>>.Sort()
System.Collections.Generic.List<System.Action<TOptions>>.Sort(System.Collections.Generic.IComparer<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.Sort(int, int, System.Collections.Generic.IComparer<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.Sort(System.Comparison<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.ToArray()
System.Collections.Generic.List<System.Action<TOptions>>.TrimExcess()
System.Collections.Generic.List<System.Action<TOptions>>.TrueForAll(System.Predicate<System.Action<TOptions>>)
System.Collections.Generic.List<System.Action<TOptions>>.Capacity
System.Collections.Generic.List<System.Action<TOptions>>.Count
System.Collections.Generic.List<System.Action<TOptions>>.this[int]
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Options
Assembly: Volo.Abp.Core.dll
Syntax
public class PreConfigureActionList<TOptions> : List<Action<TOptions>>, IList<Action<TOptions>>, ICollection<Action<TOptions>>, IList, ICollection, IReadOnlyList<Action<TOptions>>, IReadOnlyCollection<Action<TOptions>>, IEnumerable<Action<TOptions>>, IEnumerable
Type Parameters
| Name | Description |
|---|---|
| TOptions |
Constructors
PreConfigureActionList()
Declaration
public PreConfigureActionList()
Methods
Configure()
Declaration
public TOptions Configure()
Returns
| Type | Description |
|---|---|
| TOptions |
Configure(TOptions)
Declaration
public void Configure(TOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| TOptions | options |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable