Example #1
0
 public PokeTradeDetail <TPoke> Find(Func <PokeTradeDetail <TPoke>, bool> match) => Queue.Find(match).Value;