J
JS
The current method is:
void Array.CopyTo(Array dest, int index);
Am I the only one or do other people wish this method had an overload:
void Array.CopyTo(Array dest, int destIndex, int count);
void Array.CopyTo(Array dest, int index);
Am I the only one or do other people wish this method had an overload:
void Array.CopyTo(Array dest, int destIndex, int count);