ApiParser.TypeResolver.TypeResolver C# (CSharp) Méthode

TypeResolver() static private méthode

static private TypeResolver ( ) : System
Résultat System
        static TypeResolver()
        {
            Specials = typeof(string).Assembly.GetTypes().ToDictionary(GetSpecialName, t => t);
        }