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)
ParametreAçıklama
OutputTypeÇıktı liste öğesi türü.
ParametreTürAçıklama
converterConverter<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