Property | Value |
---|---|
Id | RCS1014 |
Severity | None |
Required option | roslynator_array_creation_type_style |
var items = new[] { "a", B };
var items = new string[] { "a", B };
roslynator_array_creation_type_style = explicit|implicit|implicit_when_type_is_obvious
(Generated with DotMarkdown)