The Dot Net Blog
Be Sharp with C Sharp..
Friday, August 10, 2007
ArrayList > Clone v/s CopyTo
ARRAY LIST METHODS: CLONE v/s CopyTo
• ArrayList.Clone creates a shallow copy of the ArrayList
• ArrayList.CopyTo(Array), copies the entire ArrayList to a compatible one-dimensional Array, starting at the specified index of the target array
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment