Beispiel #1
0
 public void WhereFromProperty(PropertyMethodPointcut propertyMethodPointcut)
 {
     _memberFilter.WhereAny(propertyMethodPointcut);
 }
Beispiel #2
0
 public void WhereHasPropertyMethod(PropertyMethodPointcut propertyMethod)
 {
     Where(t => propertyMethod.Match(t) && t.Methods.Any(propertyMethod.Match));
 }