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<T> 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.
Summary
Returns a specified number of contiguous elements from the end of a sequence.
Type parameters
TSource: The type of the elements ofsource.Parameters
source: The sequence to return elements from.count: The number of elements to return.Returns
An
IEnumerable<T>that contains the specified number of elements from the end of the input sequence.Exceptions
ArgumentNullException:sourceisnull.Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.