开发者

C# get method string name using expressions

I need somet开发者_开发知识库hing like this:

public string GetName<Type>(Expression<Somestuffhere>) // will bet GetName<Foo>(o => o.Do())
{
   ...
   return "Execute";
}


it is(expression.Body as MethodCallExpression).Method.Name

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜