JEYAGANESH

JEYAGANESH
Software Developer

Friday, 16 December 2011

Diff between System.Array.CopyTo() and System.Array.Clone()

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

No comments:

Post a Comment