What is the best way to clear an array of strings?

后端 未结 7 1363
被撕碎了的回忆
被撕碎了的回忆 2021-02-19 02:13

What is the best way to clear an array of strings?

7条回答
  •  温柔的废话
    2021-02-19 02:56

    If you're needing to do things like clear, you probably want a collection like List(Of String) rather than an array.

提交回复
热议问题