Instead, use the statically allocated empty array instance by calling the Array.Empty method. In your case: var a = Array.Empty<string>();.
確定! 回上一頁