remove all array elements c#

C#
Array.Clear(myArray, 0, myArray.Length);
Source

Also in C#: