コード例 #1
0
        public Type TypeOf(string convention)
        {
            Type type;

            if (!UsingDictionary.TryGetType(convention, out type))
            {
                throw new ArgumentException("convention");
            }
            return(type);
        }