Diff between System.Array.CopyTo() and System.Array.Clone()
------------------------------------------------------------------
System.Array.CopyTo()-Copy the structure and value of the array
System.Array.Clone()-Only Copy the structure of the array
------------------------------------------------------------------
System.Array.CopyTo()-Copy the structure and value of the array
System.Array.Clone()-Only Copy the structure of the array
No comments:
Post a Comment