In the C# String constructor, String(Char*), why doesn't the constructor expect a pointer to an array of characters?

后端 未结 0 493
南旧
南旧 2021-01-04 01:29

I\'ve used C# for several years but have never worked with Pointers in C#. I\'m playing around with the String API and I\'m lost on why a char* is actually an array and not

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