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 | 출력 리스트 요소 타입. |
| 매개변수 | 형식 | 설명 |
|---|---|---|
| converter | Converter<T, OutputType> | Converter 를 사용하여 항목을 변환합니다. |
ReturnValue
변환된 요소들의 새로 생성된 리스트.
또 보기
- Typedef SharedPtr
- Class List
- Typedef Converter
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++