Exemplo n.º 1
0
 public string Find(Predicate <string> match)
 {
     return(_coll.Find(match));
 }