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)
ParameterAçıklama
OutputTypeÇıktı liste öğesi tipi.
ParameterTypeAçıklama
converterConverter<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