API ReferenceSandbox.Internal
public sealed class Sandbox.Internal.SafeStringBuilder
Calls to `new StringBuilder()` in addon code will map to this class. You can use it directly but you probably shouldn't.
Constructors
Showing 6 constructors
No results match this filter.
Methods
Showing 67 methods
public Sandbox.Internal.SafeStringBuilder Clear()
public int EnsureCapacity(int capacity)
public Sandbox.Internal.SafeStringBuilder Remove(int startIndex, int length)
No results match this filter.
Properties
Showing 4 properties
public int Sandbox.Internal.SafeStringBuilder.Capacity { get; set; }
public char Sandbox.Internal.SafeStringBuilder.Item { get; set; }
public int Sandbox.Internal.SafeStringBuilder.Length { get; set; }
public int Sandbox.Internal.SafeStringBuilder.MaxCapacity { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Internal |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.Internal.SafeStringBuilder |