C
Cheryl
Does a VB.NET collection class exist that is:
1. Two-dimensional
2. FIFO (first in, first out)
Thank you!
- Cheryl
1. Two-dimensional
2. FIFO (first in, first out)
Thank you!
- Cheryl
Cheryl said:Does a VB.NET collection class exist that is:
1. Two-dimensional
2. FIFO (first in, first out)
Cheryl said:I've been trying this, but I haven't found what I need.
Göran Andersson said:1. Collections are not two dimensional. You have to explain in what
respect you need it to have two dimensions to be able to help you.
2. System.Collections.Queue.
Cheryl said:I think the Queue class is only one-dimentional