Sie sind auf Seite 1von 1

In a query, we ask for something. A bird asks for a mate.

We ask for an array to


be filtered or sorted or changed. LINQ is Language Integrated Query.
Average example. LINQ introduces many extension methods. We use one (Average) to
average all the elements in an int array. A double value is returned.
Tip:
The Average method is implemented as an extension method within the .NET Framewo
rk. Extension methods have special syntax.123

Das könnte Ihnen auch gefallen