Subscribe to Code Snippets
public static void Main() { string[] array1 = {"a", "b", "c"}; string[] array2 = (string[]) array1.Clone(); }
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend