Ejemplo n.º 1
0
 public List <IPeer> FindAllPeers(Predicate <IPeer> predicate)
 {
     return(peerGroup.FindAllPeers(predicate));
 }