System::Collections::Generic::IEnumerable::LINQ_Take method
IEnumerable::LINQ_Take method
Returns a specified number of contiguous elements from the start of a sequence.
SharedPtr<IEnumerable<Source>> System::Collections::Generic::IEnumerable<Source>::LINQ_Take(int32_t count)
Parameter | Type | Description |
---|---|---|
count | int32_t | The number of elements to return. |
ReturnValue
An System.Collections.Generic.IEnumerable that contains the specified number of elements from the start of the input sequence.
See Also
- Typedef SharedPtr
- Class IEnumerable
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++