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!
发布时间: 2012-02-28 13:06:35 作者: rapoo
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!