Class ImRaii.EnabledDisposable
A wrapper around re-enabling the state.
Assembly: Dalamud.dll
Declaration
public sealed class ImRaii.EnabledDisposable : IDisposable
Implements:
System.IDisposable
Properties
Count
Gets the stored number of ended disposables as a workaround.
Declaration
public int Count { get; }
Methods
Dispose()
Return to the prior disabled state.
Declaration
public void Dispose()
Implements
System.IDisposable