System::Collections::Generic::IEnumerable::LINQ_Take メソッド
IEnumerable::LINQ_Take method
シーケンスの先頭から指定された数の連続要素を返します。
SharedPtr<IEnumerable<Source>> System::Collections::Generic::IEnumerable<Source>::LINQ_Take(int32_t count)
| パラメーター | 型 | 説明 |
|---|---|---|
| count | int32_t | 返す要素数。 |
ReturnValue
入力シーケンスの先頭から指定された数の要素を含む System.Collections.Generic.IEnumerable 。
参照
- Typedef SharedPtr
- Class IEnumerable
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++