HedgingPredicateArguments
Represents arguments used in hedging handling scenarios.
using System.Runtime.InteropServices;
namespace Polly.Hedging
{
[StructLayout(LayoutKind.Sequential, Size = 1)]
public readonly struct HedgingPredicateArguments
{
}
}