System::Collections::Generic::IEnumerable::LINQ_Take 方法

IEnumerable::LINQ_Take method

返回序列开头指定数量的连续元素。

SharedPtr<IEnumerable<Source>> System::Collections::Generic::IEnumerable<Source>::LINQ_Take(int32_t count)
参数类型描述
countint32_t要返回的元素数量。

ReturnValue

一个 System.Collections.Generic.IEnumerable ,它包含从输入序列开头指定数量的元素。

另见