ReusableStringBuilder Constructor (Int32)

Visual Studio 2015
 

Initializes a new instance of ReusableStringBuilder with the specified cache capacity.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
ReusableStringBuilder(
	int maximumCacheCapacity = 512
)

Parameters

maximumCacheCapacity
Type: System::Int32

The maximum cache capacity.

Return to top
Show: