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

参照