System::Collections::Generic::List::ConvertAll yöntemi
List::ConvertAll method
Farklı bir türe dönüştürülmüş öğelerden bir liste oluşturur.
template<typename OutputType> SharedPtr<List<OutputType>> System::Collections::Generic::List<T>::ConvertAll(Converter<T, OutputType> converter)
| Parametre | Açıklama |
|---|---|
| OutputType | Çıktı liste öğesi türü. |
| Parametre | Tür | Açıklama |
|---|---|---|
| converter | Converter<T, OutputType> | Converter öğeleri dönüştürmek için kullanılacak. |
ReturnValue
Dönüştürülmüş öğelerin yeni oluşturulmuş bir listesi.
Ayrıca Bakınız
- Typedef SharedPtr
- Class List
- Typedef Converter
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++