Which is the best collection to use in VB.net..... this one or the VBVector that comes with codesmith??
One thing i noticed is that the VBVector Collection does not enforce a strongly typed "add" method...you can attempt to add any item type without a compiler warning - it's not untill runtime that an exception is thrown??
The collection from this thread raises an error when attempting to add an incoimpatible type as i would expect.
Are the synchronization features and the generic implementation (circumventing collectionbase) of the VbVector collection useful?? IS the VBVector collection more adaptable for interop or serialization because it is based directly on a regular array instead of arraylist??
Why does'nt VBVector inherit from CollectionBase?
Why would i choose on over the other??
Any help would be most appreciated.
most importantly...Happy Holidays!!!