Array.Clear(MyArray,0,MyArray.Length);Here is a more detailed example:
http://www.dotnetperls.com/array-clear
This blog is a depository for things I have found regarding VB.NET and C#.NET development (and other things I may need to remember). This blog is primarily for my own reference, but if the information I found is useful to others, then that is great. If others want to contribute with comments or other information, then that is great too.
Array.Clear(MyArray,0,MyArray.Length);Here is a more detailed example:
No comments:
Post a Comment