Share via


InplaceStringBuilder.Capacity Property

Definition

Overloads

Capacity

Gets the number of characters that the current InplaceStringBuilder object can contain.

Capacity

Source:
InplaceStringBuilder.cs
Source:
InplaceStringBuilder.cs
Source:
InplaceStringBuilder.cs

Gets the number of characters that the current InplaceStringBuilder object can contain.

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

Property Value

Applies to