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; }