Delegate UndisposedAllocationDelegate
- Namespace
- SixLabors.ImageSharp.Diagnostics
- Assembly
- SixLabors.ImageSharp.dll
Represents the method to handle UndisposedAllocation.
public delegate void UndisposedAllocationDelegate(string allocationStackTrace)
Parameters
allocationStackTracestringThe allocation stack trace.