c# clear array 0 code example Example: c# clear an array using System; Array.Clear(arrayToClear, 0, arrayToClear.Length);