Conversion from List to array T[]

后端 未结 7 1048
一向
一向 2020-11-27 18:28

Is there a short way of converting a strongly typed List to an Array of the same type, e.g.: List to MyClass[]

7条回答
提交回复
热议问题