日期:2014-05-20  浏览次数:20770 次

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.

------解决方案--------------------
Too difficult! up!