ApiParser.TypeResolver.TypeResolver C# (CSharp) 메소드

TypeResolver() 정적인 개인적인 메소드

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