Struct RentedSeStringBuilder
Provides a temporarily rented Lumina.Text.SeStringBuilder from a shared pool.
Assembly: Dalamud.dll
View Source
Declaration
public readonly struct RentedSeStringBuilder : IDisposable
Implements:
System.IDisposable
Properties
Builder
Gets the rented Lumina.Text.SeStringBuilder value from the shared pool.
View Source
Declaration
public SeStringBuilder Builder { get; }
Methods
Dispose()
Returns the rented Lumina.Text.SeStringBuilder to the shared pool.
View Source
Declaration
public void Dispose()
Implements
System.IDisposable