异常开始结束带代码提交
This commit is contained in:
@@ -9,7 +9,7 @@ namespace JNPF.Common.Extension
|
||||
{
|
||||
public static class LambdaExpressionExtensions
|
||||
{
|
||||
public static void PropertySetValue<T>(this T instance, string propertyName,string value)
|
||||
public static void PropertySetValue<T>(this T instance, string propertyName, string value)
|
||||
{
|
||||
if (!PropertySet<T>.ValueFactories.TryGetValue(propertyName, out Action<object, object> setAction))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user