Exemplo n.º 1
0
 private static bool FilterTypedStatic(Fish fish)
 {
     return(true);
 }
Exemplo n.º 2
0
 private bool FilterTypedNonStatic(Fish fish)
 {
     return(true);
 }