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
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.