Quote Originally Posted by VanGoghGaming View Post
but in VB6 you'd have to go with the nuclear option of implementing it yourself in a BAS module.
Ah yes, I did the same thing in my large WinRT project for IVector_(H)String. I actually wanted to avoid that. It really needs something like an IList<T> as a helper function.