예제 #1
0
 public static ReflectionsUtils.SetDelegate GetSetMethod(FieldInfo fieldInfo)
 {
     return(ReflectionsUtils.GetSetMethodByReflection(fieldInfo));
 }
예제 #2
0
 public static ReflectionsUtils.SetDelegate GetSetMethod(PropertyInfo propertyInfo)
 {
     return(ReflectionsUtils.GetSetMethodByReflection(propertyInfo));
 }