SyntaxFix
Write A Post
Hire A Developer
Questions
Clone() is used to copy only structure of data/array it doesn't copy the actual data.
Clone()
CopyTo() copies the structure as well as actual data.
CopyTo()