J
john sutor
How can you create a collection of objects in C# like you can in VB?
In VB you say
Dim myCol as new Collection
and then add the item and index
In VB you say
Dim myCol as new Collection
and then add the item and index