System.Reflection.TypeFactory.TypeFactory C# (CSharp) Méthode

TypeFactory() static private méthode

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