Clones the specified array.
public static T[] Clone<T>(T[] array)
parameter | description |
---|---|
array | The array to clone. |
A clone of the specified array.
This method is merely useful in avoiding the cast that is otherwise necessary when calling Clone.