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