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