Skip to content

Rough documentation #1061

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
psmay opened this issue Nov 5, 2018 — with docs.microsoft.com · 1 comment
Open

Rough documentation #1061

psmay opened this issue Nov 5, 2018 — with docs.microsoft.com · 1 comment
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

Comments

Copy link

psmay commented Nov 5, 2018

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 of source.

Parameters

  • source: An IEnumerable<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 is null.

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@BillWagner BillWagner transferred this issue from dotnet/docs Nov 20, 2018
@dotnet-bot dotnet-bot added untriaged New issue has not been triaged by the area owner Source - Docs.ms and removed rerun-labels labels Nov 20, 2018
@mairaw mairaw added 🏁 Release: .NET Core 2.x Identifies work items for the .NET Core 2.x releases new-content Indicates PRs that contain new articles Pri1 Indicates issues/PRs that are high priority and removed untriaged New issue has not been triaged by the area owner labels Apr 10, 2019
@mairaw mairaw added this to the Backlog milestone Apr 10, 2019
@mairaw mairaw added the help wanted Good for community contributors to help [up-for-grabs] label Apr 10, 2019
@mairaw
Copy link
Contributor

mairaw commented Apr 10, 2019

Same feedback here as in #1060.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

5 participants