When I am debugging my application and I pause the application, looking through the debug window, there is a window which shows the name and value of all my variables. However, for ArrayCollections, it shows something like "(@B3FB02)" instead of the value. I know I can get the values of the various items inside the array by clicking the "+" button next to the ArrayCollection.
Is the "(@B3FB02)" the 'pointer' or 'reference' or memory address of the ArrayCollection? What does it signify? I've done a google search and cannot find any information about it.