That's not a bug. In the comments for the Initialize2 method, this is explained. If you pass an Array to this method, then the resulting List will be of fixed size and you can't add or remove items.
That's not a bug. In the comments for the Initialize2 method, this is explained. If you pass an Array to this method, then the resulting List will be of fixed size and you can't add or remove items.