Subscribe to Code Snippets
public static void Main() { int[] integers = { 1, 2, 3, 4, 5 }; Array.Clear (integers, 1, 3); }
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend