how to pass property parameter to pointcut with postsharp?解决办法
how to pass property parameter to pointcut with postsharp?解决办法
日期:2014-05-20 浏览次数:20812 次
how to pass property parameter to pointcut with postsharp? class Myclass{ int i; [Permission] public void myfun(){ ... } } how can I pass the varitable i to Permission's Point cut? Thinks.