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