Example #1
0
 public IReadableLocator FindBy(Predicate <KeyValuePair <object, object> > predicate)
 {
     return(Decoratee.FindBy(predicate));
 }