ReusableStringBuilder(Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ReusableStringBuilder with the specified cache capacity.
ReusableStringBuilder(int maximumCacheCapacity = 512);
public ReusableStringBuilder (int maximumCacheCapacity = 512);
new Microsoft.VisualStudio.Utilities.ReusableStringBuilder : int -> Microsoft.VisualStudio.Utilities.ReusableStringBuilder
Public Sub New (Optional maximumCacheCapacity As Integer = 512)
Parameters
- maximumCacheCapacity
- Int32
The maximum cache capacity.