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