コード例 #1
0
 public static ReflectionsUtils.GetDelegate GetGetMethod(FieldInfo fieldInfo)
 {
     return(ReflectionsUtils.GetGetMethodByReflection(fieldInfo));
 }
コード例 #2
0
 public static ReflectionsUtils.GetDelegate GetGetMethod(PropertyInfo propertyInfo)
 {
     return(ReflectionsUtils.GetGetMethodByReflection(propertyInfo));
 }