Collection of C#

M

Mr. X.

Hello.
In VB there is Collection object ( Microsoft.VisualBasic.Collection).
What is the equivalent in C# ?

Thanks :)
 
M

Mr. X.

Most of the objects are abstract.
I didn't see the "Collection" like VB.NET.
What is the most simmiliar "Collection" of C# ?
Thanks :)
 
M

Mr. X.

ArrayList ?
Thanks :)

Mr. X. said:
Most of the objects are abstract.
I didn't see the "Collection" like VB.NET.
What is the most simmiliar "Collection" of C# ?
Thanks :)
 
M

Mr. X.

Dictionary seems fine (it was also in VB.NET),
But I didn't see a sample how to use it.
The only sample is IDictionary which need to be implemented.
I need an example (not long one). just want simple solution.

Thanks :)
 

Ask a Question

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.

Ask a Question

Top