Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 270 for

linq

(0.05 sec)
  1. Enumerable.AsEnumerable<TSource>(IEnumerable<TS...

    Returns the input typed as IEnumerable<T>....Linq Assembly: System.Linq.dll Assembly: System...and thereby // force System.Linq.Enumerable's Where() method...

    learn.microsoft.com/en-us/dotnet/api/system.lin...
  2. Enumerable.FirstOrDefault Method (System.Linq) ...

    Returns the first element of a sequence, or a default value if no element is found....Linq Assembly: System.Linq.dll Assembly: System...

    learn.microsoft.com/en-us/dotnet/api/system.lin...
  3. Enumerable.SingleOrDefault Method (System.Linq)...

    Returns a single, specific element of a sequence, or a default value if that element is not found....Linq Assembly: System.Linq.dll Assembly: System...

    learn.microsoft.com/en-us/dotnet/api/system.lin...
  4. Enumerable.Reverse<TSource>(IEnumerable<TSource...

    Inverts the order of the elements in a sequence....Linq Assembly: System.Linq.dll Assembly: System...AsEnumerable() in order to ' use System.Linq.Enumerable's Reverse() method...

    learn.microsoft.com/en-us/dotnet/api/system.lin...
  5. Enumerable.Union Method (System.Linq) | Microso...

    Produces the set union of two sequences....Linq Assembly: System.Linq.dll Assembly: System...

    learn.microsoft.com/en-us/dotnet/api/system.lin...
  6. Enumerable.Aggregate Method (System.Linq) | Mic...

    Applies an accumulator function over a sequence. The specified seed value is used as the initial accumulator value, and the specified function is used to select the result value....Linq Assembly: System.Linq.dll Assembly: System...

    learn.microsoft.com/en-us/dotnet/api/system.lin...
  7. Enumerable.Chunk<TSource>(IEnumerable<TSource>,...

    Splits the elements of a sequence into chunks of size at most size....Linq Assembly: System.Linq.dll Source: Chunk...

    learn.microsoft.com/en-us/dotnet/api/system.lin...
  8. Enumerable.OfType<TResult>(IEnumerable) Method ...

    Filters the elements of an IEnumerable based on a specified type....Linq Assembly: System.Linq.dll Assembly: System...

    learn.microsoft.com/en-us/dotnet/api/system.lin...
  9. Enumerable.SequenceEqual Method (System.Linq) |...

    Determines whether two sequences are equal according to an equality comparer....Linq Assembly: System.Linq.dll Assembly: System...

    learn.microsoft.com/en-us/dotnet/api/system.lin...
  10. Enumerable.ToArray<TSource>(IEnumerable<TSource...

    Creates an array from a IEnumerable<T>....Linq Assembly: System.Linq.dll Assembly: System...

    learn.microsoft.com/en-us/dotnet/api/system.lin...