Automatonymous.Tests.InterfaceReflectionCache.InterfaceReflectionCache C# (CSharp) Метод

InterfaceReflectionCache() публичный Метод

public InterfaceReflectionCache ( ) : System
Результат System
        public InterfaceReflectionCache()
        {
            _cache = new ConcurrentDictionary<Type, ConcurrentDictionary<Type, Type>>();
        }