Rough documentation #1061
Labels
area-System.Linq
🏁 Release: .NET Core 2.x
Identifies work items for the .NET Core 2.x releases
dotnet-api/prod
help wanted
Good for community contributors to help [up-for-grabs]
new-content
Indicates PRs that contain new articles
Pri1
Indicates issues/PRs that are high priority
Milestone
Summary
Omits a specified number of elements from the end of a sequence and returns the remaining elements.
Type parameters
TSource
: The type of the elements ofsource
.Parameters
source
: AnIEnumerable<T>
to return elements from.count
: The number of elements to omit from the end of the sequence.Returns
An
IEnumerable<T>
that contains the elements from the input sequence except the omitted elements.Exceptions
ArgumentNullException
:source
isnull
.Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: