ApiParser.TypeResolver.TypeResolver C# (CSharp) Method

TypeResolver() static private method

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