Automatonymous.Tests.InterfaceReflectionCache.InterfaceReflectionCache C# (CSharp) Method

InterfaceReflectionCache() public method

public InterfaceReflectionCache ( ) : System
return System
        public InterfaceReflectionCache()
        {
            _cache = new ConcurrentDictionary<Type, ConcurrentDictionary<Type, Type>>();
        }