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

System.Collections.Generic.ArrayBuilder<T>

class ArrayBuilder<T>
Array based collection that tries to avoid copying the internal array and caps the maximum capacity.
public void Add(T item)

public T[] ToArray()