예제 #1
0
 public static PropertyInfo GetPropertyInfo(this Type self, string propertyName,
                                            BindingFlags bindingFlags = BindingFlagsConst.All)
 {
     return(ReflectionUtil.GetPropertyInfo(self, propertyName, bindingFlags));
 }