System::Array::ForEach メソッド
Array::ForEach method
指定された配列の各要素に対して、指定されたアクションを実行します。
static void System::Array<T>::ForEach(const ArrayPtr<T> &arr, System::Action<T> action)
| パラメーター | 型 | 説明 |
|---|---|---|
| arr | const ArrayPtr<T>& | 対象配列 |
| action | System::Action<T> | 配列の各要素に対して実行するアクション |
参照
- Typedef ArrayPtr
- Typedef Action
- Class Array
- Namespace System
- Library Aspose.Page for C++