Resolved! Combining Collections
I have two collections that I need combined and added to a queue. What is the best approach to do this? 1) Combine the collections into one new collection and then add to queue? If so does someone have an example or guidance on this?2) Is there ...