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++