Scope might not be the right word. With the following code I can\'t get access to the collections element\'s object\'s properties. Is there a better return data type or a way t
I would recommend simply creating a new type for passing the data. If the scope of the data is protected, you can used a protected nested subclass to prevent over-proliferation of small data classes.