Delegate UndisposedAllocationDelegate
Represents the method to handle UndisposedAllocation.
Namespace: SixLabors.ImageSharp.Diagnostics
Assembly: SixLabors.ImageSharp.dll
Syntax
public delegate void UndisposedAllocationDelegate(string allocationStackTrace)
Parameters
Type | Name | Description |
---|---|---|
string | allocationStackTrace | The allocation stack trace. |