Title here
Summary here
Reflection helper class that allows to directly set values in properties.
public static class PropertyInfoExtensions
public static void SetValueByType(this PropertyInfo pi, object obj, object value, Type enumType)
Type | Name | Description |
---|---|---|
PropertyInfo | pi | |
object | obj | |
object | value | |
Type | enumType |