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