SparseBufferGrowth public enum SparseBufferGrowth Determines how the size of the subsequent memory chunk must be calculated. Documentation Code namespace DotNext.Buffers { public enum SparseBufferGrowth { None, Linear, Exponential } }