ObjectArray.Walk Method (console safe)
Calls the given delegate routine for each element in the array.

Walk(
walkRoutine
as WalkObjectArrayDelegate)
Parameters
- walkRoutine
- The method that will be called for each element of the array.
Remarks
See Also
ObjectArray Class