Exemple #1
0
 private static bool FilterTypedStatic(Fish fish)
 {
     return(true);
 }
Exemple #2
0
 private bool FilterTypedNonStatic(Fish fish)
 {
     return(true);
 }