Table of Contents

CapacityExpansionLimit Property

CapacityExpansionLimit

public static int CapacityExpansionLimit { get; set; }

Expansion size limit used when extending internal buffer capacity. (no error if trying to add larger size text than this limit)
Smaller size reduces memory usage but more expansion operations happen. (calling memmove internally)

Property Value

int