/// <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)); }
/// <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)); }