public static ReflectedPropertyCollection GetProperties(Type type)
        {
            ReflectedTypeData td = GetTypeData(type, true);

            return(td.GetProperties());
        }