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