ExampleStaticClass.Clone<T> method

Clones the specified array.

public static T[] Clone<T>(T[] array)
parameter description
array The array to clone.

Return Value

A clone of the specified array.

Remarks

This method is merely useful in avoiding the cast that is otherwise necessary when calling Clone.

See Also