System::Collections::Generic::List::ConvertAll 方法
List::ConvertAll method
创建一个已转换为不同类型的元素列表。
template<typename OutputType> SharedPtr<List<OutputType>> System::Collections::Generic::List<T>::ConvertAll(Converter<T, OutputType> converter)
| Parameter | 描述 |
|---|---|
| OutputType | 输出列表元素类型。 |
| Parameter | Type | 描述 |
|---|---|---|
| converter | Converter<T, OutputType> | Converter 用于项目转换。 |
ReturnValue
新创建的已转换元素列表。
另见
- Typedef SharedPtr
- Class List
- Typedef Converter
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++