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++