Hi,
I have an array of files in the object FileInfo[].
In my service, I am currently looping through the files and processing them.
I want to loop through the files, and remove them from the collection as they are processed.
I think a queue is ideal for this, but how can I loop through a queue collection?
(never used a queue in C# before)