System.Array.CopyTo():-The two dimensional array is the destination of the elements copied from the arraylist .The array must have zero based indexed. System.Array.Clone():-It creates the shallow copy of an array .A shallow copy of an array copies only the elements of the array,whether they are reference types or values types but it doesnot copy.
System.Array.Clone():-It creates the shallow copy of an array .A shallow copy of an array copies only the elements of the array,whether they are reference types or values types but it doesnot copy.
To Top