View Single Post
Author Message
Muhlex
Junior Member
Join Date: Mar 2019
Old 10-11-2020 , 20:02   Return arrays in ArrayLists by reference
Reply With Quote #1

Is it possible to retrieve an array pushed into an ArrayList by reference?

As hinted at in the documentation, ArrayList.GetArray() seems to make a copy of the array. Please excuse me if this is a stupid question or if I missed something. Thank you.

Last edited by Muhlex; 10-11-2020 at 20:03.
Muhlex is offline