ObjectArray.WalkObjectArrayDelegate Delegate (console safe)
A delegate for the Walk method on this class.

WalkObjectArrayDelegate(
item
as Object,
index
as Integer)
Parameters
- item
- The array element value for each item as the array is "walked"
- index
- Index of the array element.
Remarks
See Also
ObjectArray Class