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
Create a real class for it. That's the prefered solution.
Make your method return dynamic instead of object. The problem with this is that you lose compile time checking of the code that uses the result of this method.