<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.3.26207.106" />

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 { }