Example of Multi Dimension Array in .Net
int [][] myTable = new int[2,3];
myTable[1,2] = 22;
Collections and arrays in .net. Here you find discussion on arrays, arraylist, stack, queue, dictionaries, hashtable, sortedlist, string and stringbuilder, etc.
For .Net Articles, Links, Code and much more logon to DailyFreeCode.com
Never mind failures; they are quite natural, they are the beauty of life.
|
No comments:
Post a Comment