示例#1
0
 public MyAopProperty(IMyAopMethodFilter methodFilter)
 {
     _MethodFilter = methodFilter;
 }
示例#2
0
 public MyAopAttribute()
     : base("MyAopAttribute")
 {
     _MethodFilter = this;
 }
示例#3
0
 internal MyApoAspect(IMessageSink msgSink, IMyAopMethodFilter methodFilter)
 {
     _NextSink     = msgSink;
     _MethodFilter = methodFilter;
 }