ObjectArray.MapObjectArrayDelegate Delegate (console safe)
A delegate for the Map method on this class.

MapObjectArrayDelegate(
item
as Object,
index
as Integer)
as Object
Parameters
- item
- The array element value to be mapped.
Note if you actually change properties on the object and return same object as was passed in then both old and new array would get the change. - index
- Index of the array element to be mapped.
Returns
- Object
- The new object to map to.
Remarks
See Also
ObjectArray Class