示例#1
0
 public RestrictionList(AspectMember member) : base(member.GetAttributes <Restriction>(true))
 {
 }
 public InterceptorList(AspectMember aspectMember) : base(aspectMember.GetAttributes <Interceptor>(true))
 {
 }