StringBuilderPooledObjectPolicy.MaximumRetainedCapacity Property

Definition

Gets or sets the maximum value for Capacity that is allowed to be retained, when Return(StringBuilder) is invoked.

public:
 property int MaximumRetainedCapacity { int get(); void set(int value); };
public int MaximumRetainedCapacity { get; set; }
member this.MaximumRetainedCapacity : int with get, set
Public Property MaximumRetainedCapacity As Integer

Property Value

Defaults to 4096.

Applies to