摘要:
AOP实现 class DynamicProxy<T> : DispatchProxy { public T? decorated { get; set; }//目标类 public Action<object?[]?>? _beforeAction { get; set; } // 动作之后执行 阅读全文
posted @ 2022-01-06 12:19
.net一小兵
阅读(398)
评论(0)
推荐(0)
2022年1月6日