Remove all values in an array C# code example Example: remove all array elements c# Array.Clear(myArray, 0, myArray.Length);