Create new instances of List<T> with an appropriate capacity for the items that will be added. Use Array.Empty<T>() where appropriate, rather than create an empty list and then return it. |
||
|---|---|---|
| .. | ||
| Embedded | ||
| Manifest.MSBuildTask | ||
Create new instances of List<T> with an appropriate capacity for the items that will be added. Use Array.Empty<T>() where appropriate, rather than create an empty list and then return it. |
||
|---|---|---|
| .. | ||
| Embedded | ||
| Manifest.MSBuildTask | ||