Search Results for

    Show / Hide Table of Contents

    Class ReflectionCache

    the central repository of reflection related data for request dtos and their children

    Inheritance
    object
    ConcurrentDictionary<Type, TypeDefinition>
    ReflectionCache
    Implements
    IDictionary<Type, TypeDefinition>
    ICollection<KeyValuePair<Type, TypeDefinition>>
    IReadOnlyDictionary<Type, TypeDefinition>
    IReadOnlyCollection<KeyValuePair<Type, TypeDefinition>>
    IEnumerable<KeyValuePair<Type, TypeDefinition>>
    IDictionary
    ICollection
    IEnumerable
    Inherited Members
    ConcurrentDictionary<Type, TypeDefinition>.AddOrUpdate(Type, TypeDefinition, Func<Type, TypeDefinition, TypeDefinition>)
    ConcurrentDictionary<Type, TypeDefinition>.AddOrUpdate(Type, Func<Type, TypeDefinition>, Func<Type, TypeDefinition, TypeDefinition>)
    ConcurrentDictionary<Type, TypeDefinition>.Clear()
    ConcurrentDictionary<Type, TypeDefinition>.ContainsKey(Type)
    ConcurrentDictionary<Type, TypeDefinition>.GetEnumerator()
    ConcurrentDictionary<Type, TypeDefinition>.GetOrAdd(Type, TypeDefinition)
    ConcurrentDictionary<Type, TypeDefinition>.GetOrAdd(Type, Func<Type, TypeDefinition>)
    ConcurrentDictionary<Type, TypeDefinition>.ToArray()
    ConcurrentDictionary<Type, TypeDefinition>.TryAdd(Type, TypeDefinition)
    ConcurrentDictionary<Type, TypeDefinition>.TryGetValue(Type, out TypeDefinition)
    ConcurrentDictionary<Type, TypeDefinition>.TryRemove(Type, out TypeDefinition)
    ConcurrentDictionary<Type, TypeDefinition>.TryUpdate(Type, TypeDefinition, TypeDefinition)
    ConcurrentDictionary<Type, TypeDefinition>.Count
    ConcurrentDictionary<Type, TypeDefinition>.IsEmpty
    ConcurrentDictionary<Type, TypeDefinition>.this[Type]
    ConcurrentDictionary<Type, TypeDefinition>.Keys
    ConcurrentDictionary<Type, TypeDefinition>.Values
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: FastEndpoints
    Assembly: FastEndpoints.Attributes.dll
    Syntax
    public sealed class ReflectionCache : ConcurrentDictionary<Type, TypeDefinition>, IDictionary<Type, TypeDefinition>, ICollection<KeyValuePair<Type, TypeDefinition>>, IReadOnlyDictionary<Type, TypeDefinition>, IReadOnlyCollection<KeyValuePair<Type, TypeDefinition>>, IEnumerable<KeyValuePair<Type, TypeDefinition>>, IDictionary, ICollection, IEnumerable

    Implements

    IDictionary<TKey, TValue>
    ICollection<T>
    IReadOnlyDictionary<TKey, TValue>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IDictionary
    ICollection
    IEnumerable
    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX