Hi all
I need to return several collections in my code and do various processing with them once they have been returned. In terms of speed - what would be faster - creating and adding them into an XmlDataDocument and traversing the document or adding them into an Array list and looping through the items there?
Thanks as always
Craftor

I need to return several collections in my code and do various processing with them once they have been returned. In terms of speed - what would be faster - creating and adding them into an XmlDataDocument and traversing the document or adding them into an Array list and looping through the items there?
Thanks as always
Craftor