M
majiofpersia
Hi all,
I am wondering whether any of you knows how to initialize a dynamically
sized multi-dimensional array? I can't use arrayLists, hashtables, or
anything that is key value pair set-up... I need multi-dimensional array in
C#...it is asking me to initialize it with size when I write :
string[,,] myarray = new string[,,];
any suggestions are appreciated,
Thanks,
- Maji
I am wondering whether any of you knows how to initialize a dynamically
sized multi-dimensional array? I can't use arrayLists, hashtables, or
anything that is key value pair set-up... I need multi-dimensional array in
C#...it is asking me to initialize it with size when I write :
string[,,] myarray = new string[,,];
any suggestions are appreciated,
Thanks,
- Maji