I have an array with 100 elements. How can copy only 10 element to a new array?

string[] NewArray = (string[])MyArray.Clone();

Thank you.

Recommended Answers

All 2 Replies

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.