Is there a standard collection in .NET that implements a FIFO stack?
FIFO means first-in-first-out. The data structure you're looking for is called a Queue.
2.1m questions
2.1m answers
60 comments
57.0k users