System::Collections::Generic::List::ConvertAll method
List::ConvertAll method
Creates a list of elements converted to different type.
template<typename OutputType> SharedPtr<List<OutputType>> System::Collections::Generic::List<T>::ConvertAll(Converter<T, OutputType> converter)
Parameter | Description |
---|---|
OutputType | Output list element type. |
Parameter | Type | Description |
---|---|---|
converter | Converter<T, OutputType> | Converter to use for items conversion. |
ReturnValue
A newly created list of converted elements.
See Also
- Typedef SharedPtr
- Class List
- Typedef Converter
- Class List
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++