示例#1
0
 public IEnumerable <AspectInstance> ProvideAspects(object targetElement)
 {
     return(IntroduceWeakListener.IntroduceWeakListenerForType(((LocationInfo)targetElement).DeclaringType));
 }
 protected bool Equals(IntroduceWeakListener other)
 {
     return(true);
 }