The microsoft docs show that C#\'s Array.Clone() method returns type object:
object
public object Clone ();
and indeed the example they giv