<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.7.25380.108" />

System.Collections.Generic.ArrayBuilder<T>

class ArrayBuilder<T>
Array based collection that tries to avoid copying the internal array and caps the maximum capacity.
namespace System.Collections.Generic { }