예제 #1
0
 /// <summary>
 /// 获取函数信息
 /// </summary>
 /// <param name="propertyType"></param>
 /// <param name="isCustom"></param>
 /// <returns></returns>
 protected override MethodInfo getMethodInfo(Type propertyType, ref bool isCustom)
 {
     return(ParseMethodCache.GetMemberMethodInfo(propertyType, ref isCustom));
 }
예제 #2
0
 /// <summary>
 /// 获取函数信息
 /// </summary>
 /// <param name="fieldType"></param>
 /// <param name="isCustom"></param>
 /// <returns></returns>
 protected override MethodInfo getMethod(Type fieldType, ref bool isCustom)
 {
     return(ParseMethodCache.GetMemberMethodInfo(fieldType, ref isCustom));
 }