Метод System::Collections::Generic::IEnumerable::LINQ_Select
Содержание
[
Скрывать
]IEnumerable::LINQ_Select(const Func<Source, int32_t, Result>&) method
template<typename Result> SharedPtr<IEnumerable<Result>> System::Collections::Generic::IEnumerable<T>::LINQ_Select(const Func<Source, int32_t, Result> &selector)
См. также
- Typedef SharedPtr
- Class IEnumerable
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
IEnumerable::LINQ_Select(const Func<Source, Result>&) method
template<typename Result> SharedPtr<IEnumerable<Result>> System::Collections::Generic::IEnumerable<T>::LINQ_Select(const Func<Source, Result> &selector)
См. также
- Typedef SharedPtr
- Class IEnumerable
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
IEnumerable::LINQ_Select(const Func<T, int32_t, ResultType>&) method
Преобразует каждый элемент последовательности в новую форму, учитывая индекс элемента.
template<typename ResultType> SharedPtr<IEnumerable<ResultType>> System::Collections::Generic::IEnumerable<T>::LINQ_Select(const Func<T, int32_t, ResultType> &selector)
| Параметр | Описание |
|---|---|
| ResultType | Тип значения, возвращаемого selector. |
| Параметр | Тип | Описание |
|---|---|---|
| selector | const Func<T, int32_t, ResultType>& | Функция преобразования. |
ReturnValue
Объект IEnumerable, содержащий элементы, возвращаемые функцией selector.
См. также
- Typedef SharedPtr
- Class IEnumerable
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
IEnumerable::LINQ_Select(const Func<T, ResultType>&) method
Преобразует элементы последовательности.
template<typename ResultType> SharedPtr<IEnumerable<ResultType>> System::Collections::Generic::IEnumerable<T>::LINQ_Select(const Func<T, ResultType> &selector)
| Параметр | Описание |
|---|---|
| ResultType | Тип значения, возвращаемого selector. |
| Параметр | Тип | Описание |
|---|---|---|
| selector | const Func<T, ResultType>& | Функция преобразования. |
ReturnValue
Объект IEnumerable, содержащий элементы, возвращаемые функцией selector.
См. также
- Typedef SharedPtr
- Class IEnumerable
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++