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出力リストの要素型。
パラメーター説明
converterConverter<T, OutputType>Converter をアイテム変換に使用します。

ReturnValue

変換された要素の新しく作成されたリスト。

参照