G
Guest
Is it possible to have an array of MemoryStream?
MemoryStream[] memStr = new MemoryStream[10];
It seems to allow me to compile this but crashes when I try to do anything
with memStr.
MemoryStream[] memStr = new MemoryStream[10];
It seems to allow me to compile this but crashes when I try to do anything
with memStr.