Search
Sort
Score
Result
10 results
Languages
All
Labels
All
Results
131
-
140
of
233
for
linq
(0.04 sec)
«
Prev
9
10
11
12
13
14
15
16
17
18
19
Next
»
Enumerable.Intersect Method (System.
Linq
) | Mic...
Produces the set intersection of two sequences....
Linq
Assembly: System.
Linq
.dll Assembly: System...
learn.microsoft.com/en-us/dotnet/api/system.lin...
more..
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...
more..
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...
more..
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...
more..
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...
more..
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...
more..
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...
more..
Enumerable.SkipLast<TSource>(IEnumerable<TSourc...
Returns a new enumerable collection that contains the elements from source with the last count elements of the source collection omitted....
Linq
Assembly: System.
Linq
.dll Assembly: netstandard...
learn.microsoft.com/en-us/dotnet/api/system.lin...
more..
Enumerable.TakeLast<TSource>(IEnumerable<TSourc...
Returns a new enumerable collection that contains the last count elements from source....
Linq
Assembly: System.
Linq
.dll Assembly: netstandard...
learn.microsoft.com/en-us/dotnet/api/system.lin...
more..
Enumerable.ToList<TSource>(IEnumerable<TSource>...
Creates a List<T> from an IEnumerable<T>....
Linq
Assembly: System.
Linq
.dll Assembly: System...
learn.microsoft.com/en-us/dotnet/api/system.lin...
more..
«
Prev
9
10
11
12
13
14
15
16
17
18
19
Next
»