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