Table of Contents

Delegate UndisposedAllocationDelegate

Namespace
SixLabors.ImageSharp.Diagnostics
Assembly
SixLabors.ImageSharp.dll

Represents the method to handle UndisposedAllocation.

public delegate void UndisposedAllocationDelegate(string allocationStackTrace)

Parameters

allocationStackTrace string

The allocation stack trace.