API ReferenceSandbox.Internal
SafeStringBuilderclass
Calls to `new StringBuilder()` in addon code will map to this class. You can use it directly but you probably shouldn't.
object→SafeStringBuilder
Constructors6
Showing 6 constructors
No results match this filter.
Methods67
Showing 67 methods
public Sandbox.Internal.SafeStringBuilder Clear()
public int EnsureCapacity(int capacity)
| Parameter | Type | Description |
|---|---|---|
| capacity | int | — |
Returns:
int—public Sandbox.Internal.SafeStringBuilder Remove(int startIndex, int length)
| Parameter | Type | Description |
|---|---|---|
| startIndex | int | — |
| length | int | — |
No results match this filter.
Properties4
Showing 4 properties
public int Sandbox.Internal.SafeStringBuilder.Capacity { get; set; }
Returns:
int—public char Sandbox.Internal.SafeStringBuilder.Item { get; set; }
Returns:
char—public int Sandbox.Internal.SafeStringBuilder.Length { get; set; }
Returns:
int—public int Sandbox.Internal.SafeStringBuilder.MaxCapacity { get; set; }
Returns:
int—No results match this filter.