Skip to content

Conversation

@dongfo
Copy link

@dongfo dongfo commented Feb 22, 2019

修改原递归方法,去除Activator.CreateInstance方法
新增非递归方法

@Varorbc
Copy link
Owner

Varorbc commented Feb 25, 2019

1.移除原有代码的注释
2.方法之间增加空行

2.新增FastActivator
/// </summary>
/// <param name="item"></param>
/// <returns></returns>
private static string GetRealName(System.Reflection.PropertyInfo item)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

移除System.Reflection命名空间

@Varorbc
Copy link
Owner

Varorbc commented Mar 22, 2019

我发现FastActivator这个类没有被调用?

@dongfo
Copy link
Author

dongfo commented Mar 22, 2019

我发现FastActivator这个类没有被调用?

额,我应该在本地开一个分支等全部完成了再提上去。这个方法目前还只能接收一个参数,不能随意指定参数个数。也不能用于无参数的方法的调用。
当然性能也还有优化空间。

@dongfo
Copy link
Author

dongfo commented Mar 22, 2019

抱歉,近期比较忙,我抽空集中完善一下再提上来。

@Varorbc
Copy link
Owner

Varorbc commented May 29, 2019

建议paycenter再开个pr

@dongfo
Copy link
Author

dongfo commented May 29, 2019

建议paycenter再开个pr

ok,还没完善好,目前还只能添加账号,不能支付。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants