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