ApiParser.TypeResolver.TypeResolver C# (CSharp) Метод

TypeResolver() статический приватный Метод

static private TypeResolver ( ) : System
Результат System
        static TypeResolver()
        {
            Specials = typeof(string).Assembly.GetTypes().ToDictionary(GetSpecialName, t => t);
        }