System::Collections::Generic::IEnumerable::LINQ_Select yöntemi
İçindekiler
[
Saklamak
]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)
Ayrıca Bakınız
- 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)
Ayrıca Bakınız
- 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
Bir dizinin her öğesini, öğenin indeksini dahil ederek yeni bir forma dönüştürür.
template<typename ResultType> SharedPtr<IEnumerable<ResultType>> System::Collections::Generic::IEnumerable<T>::LINQ_Select(const Func<T, int32_t, ResultType> &selector)
| Parametre | Açıklama |
|---|---|
| ResultType | selector tarafından döndürülen değerin türü. |
| Parametre | Tür | Açıklama |
|---|---|---|
| selector | const Func<T, int32_t, ResultType>& | Bir dönüşüm işlevi. |
ReturnValue
Bir IEnumerable selector işlevi tarafından döndürülen öğeleri içerir.
Ayrıca Bakınız
- 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
Bir dizinin öğelerini dönüştürür.
template<typename ResultType> SharedPtr<IEnumerable<ResultType>> System::Collections::Generic::IEnumerable<T>::LINQ_Select(const Func<T, ResultType> &selector)
| Parametre | Açıklama |
|---|---|
| ResultType | selector tarafından döndürülen değerin türü. |
| Parametre | Tür | Açıklama |
|---|---|---|
| selector | const Func<T, ResultType>& | Bir dönüşüm işlevi. |
ReturnValue
Bir IEnumerable selector işlevi tarafından döndürülen öğeleri içerir.
Ayrıca Bakınız
- Typedef SharedPtr
- Class IEnumerable
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++