System::Collections::Generic::List::ConvertAll yöntemi
List::ConvertAll method
Farklı 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)
| Parameter | Açıklama |
|---|---|
| OutputType | Çıktı liste öğesi tipi. |
| Parameter | Type | Açıklama |
|---|---|---|
| converter | Converter<T, OutputType> | Converter öğe dönüşümü için kullanılacak. |
ReturnValue
Dönüştürülmüş öğelerden yeni oluşturulmuş bir liste.
Ayrıca Bakınız
- Typedef SharedPtr
- Class List
- Typedef Converter
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++