System::Collections::Generic::List::ConvertAll 메서드

List::ConvertAll method

다른 유형으로 변환된 요소들의 리스트를 생성합니다.

template<typename OutputType> SharedPtr<List<OutputType>> System::Collections::Generic::List<T>::ConvertAll(Converter<T, OutputType> converter)
매개변수설명
OutputType출력 리스트 요소 타입.
매개변수형식설명
converterConverter<T, OutputType>Converter 를 사용하여 항목을 변환합니다.

ReturnValue

변환된 요소들의 새로 생성된 리스트.

또 보기