Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hbulens/eda2dc30054e0ae97ba2f11edeae8895 to your computer and use it in GitHub Desktop.
Save hbulens/eda2dc30054e0ae97ba2f11edeae8895 to your computer and use it in GitHub Desktop.
public static IEnumerable<TSource> Where<TSource>(
this IEnumerable<TSource> source,
Func<TSource, int, bool> predicate
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment