Relative Content

Tag Archive for c#syntaxmicrosoft-documentation

What is the first argument of Linq methods?

In the documentation, I find methods with arguments which seem unused. In the code examples, Any() with 1 argument Any<TSource>(IEnumerable<TSource>) is called with no arguments: