https://learn.microsoft.com/en-us/dotnet/api/system.collections.immutable.immutablelist.toimmutablelist?view=dotnet-uwp-10.0&viewFallbackFrom=netcore-3.1
ImmutableList.ToImmutableListTSource(IEnumerableTSource) Method (System.Collections.Immutable)...
Enumerates a sequence and produces an immutable list of its contents.
methodsystemcollectionsimmutable
https://learn.microsoft.com/zh-cn/dotnet/api/system.linq.enumerable.skip?view=netframework-4.8.1&viewFallbackFrom=net-8.0
Enumerable.SkipTSource(IEnumerableTSource, Int32) Method (System.Linq) | Microsoft Learn
Bypasses a specified number of elements in a sequence and then returns the remaining elements.
enumerablemethodsystemlinqmicrosoft
https://learn.microsoft.com/zh-cn/dotnet/api/system.linq.enumerable.concat?view=netframework-4.8.1&viewFallbackFrom=net-9.0
Enumerable.ConcatTSource(IEnumerableTSource, IEnumerableTSource) Method (System.Linq) |...
Concatenates two sequences.
enumerablemethodsystemlinq
https://learn.microsoft.com/es-es/dotnet/api/system.collections.immutable.immutablelist.toimmutablelist?view=dotnet-uwp-10.0&viewFallbackFrom=net-10.0-pp
ImmutableList.ToImmutableListTSource(IEnumerableTSource) Method (System.Collections.Immutable)...
Enumerates a sequence and produces an immutable list of its contents.
methodsystemcollectionsimmutable
https://learn.microsoft.com/ja-jp/dotnet/api/system.linq.asyncenumerable.toasyncenumerable?view=net-10.0
AsyncEnumerable.ToAsyncEnumerableTSource(IEnumerableTSource) Method (System.Linq) | Microsoft...
methodsystemlinqmicrosoft
https://learn.microsoft.com/en-us/dotnet/api/system.linq.enumerable.prepend?view=netframework-4.8.1&viewFallbackFrom=net-9.0
Enumerable.PrependTSource(IEnumerableTSource, TSource) Method (System.Linq) | Microsoft Learn
Adds a value to the beginning of the sequence.
enumerablemethodsystemlinqmicrosoft
https://learn.microsoft.com/en-us/dotnet/api/system.linq.enumerable.concat?view=netframework-4.8.1&viewFallbackFrom=netcore-3.1
Enumerable.ConcatTSource(IEnumerableTSource, IEnumerableTSource) Method (System.Linq) |...
Concatenates two sequences.
enumerablemethodsystemlinq
https://learn.microsoft.com/en-us/dotnet/api/system.linq.enumerable.tolist?view=netframework-4.8.1
Enumerable.ToListTSource(IEnumerableTSource) Method (System.Linq) | Microsoft Learn
enumerablemethodsystemlinqmicrosoft
https://learn.microsoft.com/zh-tw/dotnet/api/system.linq.enumerable.take?view=dotnet-uwp-10.0
Enumerable.TakeTSource(IEnumerableTSource, Int32) Method (System.Linq) | Microsoft Learn
Returns a specified number of contiguous elements from the start of a sequence.
enumerablemethodsystemlinqmicrosoft
https://learn.microsoft.com/en-us/dotnet/api/system.linq.enumerable.skiplast?view=netstandard-2.1&viewFallbackFrom=net-10.0-pp
Enumerable.SkipLastTSource(IEnumerableTSource, Int32) Method (System.Linq) | Microsoft Learn
Returns a new enumerable collection that contains the elements from source with the last count elements of the source collection omitted.
enumerablemethodsystemlinqmicrosoft
https://learn.microsoft.com/cs-cz/dotnet/api/system.linq.enumerable.skiplast?view=netstandard-2.1&viewFallbackFrom=net-10.0
Enumerable.SkipLastTSource(IEnumerableTSource, Int32) Method (System.Linq) | Microsoft Learn
Returns a new enumerable collection that contains the elements from source with the last count elements of the source collection omitted.
enumerablemethodsystemlinqmicrosoft
https://learn.microsoft.com/en-us/dotnet/api/system.linq.enumerable.take?view=netframework-4.8.1&viewFallbackFrom=netcore-3.0
Enumerable.TakeTSource(IEnumerableTSource, Int32) Method (System.Linq) | Microsoft Learn
Returns a specified number of contiguous elements from the start of a sequence.
enumerablemethodsystemlinqmicrosoft
https://learn.microsoft.com/en-us/dotnet/api/system.linq.enumerable.takelast?view=netstandard-2.1&viewFallbackFrom=netcore-3.1
Enumerable.TakeLastTSource(IEnumerableTSource, Int32) Method (System.Linq) | Microsoft Learn
Returns a new enumerable collection that contains the last count elements from source.
enumerablemethodsystemlinqmicrosoft
https://learn.microsoft.com/en-us/dotnet/api/system.linq.enumerable.toarray?view=netframework-4.8.1&viewFallbackFrom=windowsdesktop-10.0
Enumerable.ToArrayTSource(IEnumerableTSource) Method (System.Linq) | Microsoft Learn
enumerablemethodsystemlinqmicrosoft