Class ReflectionCacheDictionary<TKey, TValue>
public sealed class ReflectionCacheDictionary<TKey, TValue> : ConcurrentDictionary<TKey, TValue>, IReflectionCache where TKey : MemberInfo
Type Parameters
TKeyTValue
- Inheritance
-
ConcurrentDictionary<TKey, TValue>ReflectionCacheDictionary<TKey, TValue>
- Implements