Enumerable.TakeLast<TSource>(IEnumerable<TSource>, Int32) 方法

定義

傳回新的可列舉集合,其包含 source 的最後 count 元素。

C#
public static System.Collections.Generic.IEnumerable<TSource> TakeLast<TSource> (this System.Collections.Generic.IEnumerable<TSource> source, int count);

類型參數

TSource

可列舉集合中專案的型別。

參數

source
IEnumerable<TSource>

可列舉集合執行個體。

count
Int32

要從集合末端移除的元素數。

傳回

IEnumerable<TSource>

傳回新的可列舉集合,其包含 source 的最後 count 元素。

例外狀況

sourcenull

備註

如果 count 不是正數,這個方法會傳回空的可列舉集合。

適用於

產品 版本
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Standard 2.1