System.Reflection.TypeFactory.TypeFactory C# (CSharp) Method

TypeFactory() static private method

static private TypeFactory ( ) : System.Collections.Generic
return System.Collections.Generic
        static TypeFactory()
        {
            _actCache = new Dictionary<Type, Func<object>>();
        }