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. |
||
|---|---|---|
| .. | ||
| BufferSegment.cs | ||
| CustomMemoryForTest.cs | ||
| ReadOnlySequenceFactory.cs | ||