public MyAopProperty(IMyAopMethodFilter methodFilter) { _MethodFilter = methodFilter; }
public MyAopAttribute() : base("MyAopAttribute") { _MethodFilter = this; }
internal MyApoAspect(IMessageSink msgSink, IMyAopMethodFilter methodFilter) { _NextSink = msgSink; _MethodFilter = methodFilter; }