dotnet / dotnet/dotnet-api-docs
Rough documentation
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
Summary
-------
Returns a specified number of contiguous elements from the end of a sequence.
Type parameters
---------------
* `TSource`: The type of the elements of `source`.
Parameters
----------
* `source`: The sequence to return elements from.
* `count`: The number of elements to return.
Returns
-------
An `IEnumerable` that contains the specified number of elements from the end of the input sequence.
Exceptions
----------
* `ArgumentNullException`: `source` is `null`.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: d34dd722-8da5-115a-453a-2aca08dfc1ac
* Version Independent ID: 6ce488c3-e700-8c17-9e78-c35938a093ed
* Content: [Enumerable.TakeLast(IEnumerable<TSource>, Int32) Method (System.Linq)](https://docs.microsoft.com/en-us/dotnet/api/system.linq.enumerable.takelast?view=netcore-2.1)
* Content Source: [xml/System.Linq/Enumerable.xml](https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Linq/Enumerable.xml)
* Product: **dotnet-api**
* GitHub Login: @dotnet-bot
* Microsoft Alias: **dotnetcontent**
Contributor guide
Assessment
This issue has not been assessed yet.