public static List <MemberInfo> GetFieldsAndProperties <T>(BindingFlags bindingAttr) { return(ReflectionUtils.GetFieldsAndProperties(typeof(T), bindingAttr)); }