System::MakeYieldEnumerable method
System::MakeYieldEnumerable method
Creates an IEnumerable from a yield function.
template<typename T> SharedPtr<Collections::Generic::IEnumerable<T>> System::MakeYieldEnumerable(const Details::YieldFunction<T> &fnc)
| Parameter | Description |
|---|---|
| T | The type of elements in the sequence |
| Parameter | Type | Description |
|---|---|---|
| fnc | const Details::YieldFunction<T>& | The yield function to execute |
ReturnValue
Shared pointer to the IEnumerable
See Also
- Typedef SharedPtr
- Class IEnumerable
- Namespace System
- Library Aspose.PDF for C++