Hi,
I have declared a Multi dimensional Array in C# like this:
private System.Windows.Forms.Button[,] ButtonArray = null;
Now after inserting into the array, I would like to re-initialize and empty the "ButtonArray"?
Please let me know the possible ways to do that
Thanks in advance for helping out a newbie. :)