C# - why does Array.Clone() need a cast?

后端 未结 0 1250
渐次进展
渐次进展 2021-01-27 08:37

The microsoft docs show that C#\'s Array.Clone() method returns type object:

public object Clone ();

and indeed the example they giv

相关标签:
回答
  • 消灭零回复
提交回复
热议问题