Exemplo n.º 1
0
 public static IEnumerable <PropertyInfo> GetProperties([NotNull] this object thisValue, BindingFlags bindingFlags, PropertyInfoType type, Type returnType)
 {
     return(thisValue.AsType().GetProperties(bindingFlags, type, returnType));
 }
Exemplo n.º 2
0
 public static IEnumerable <PropertyInfo> GetProperties([NotNull] this object thisValue, PropertyInfoType type)
 {
     return(thisValue.AsType().GetProperties(type));
 }