INoOpPolicy<TResult> public interface INoOpPolicy<TResult> : INoOpPolicy, IsPolicy Documentation Code using System.Runtime.CompilerServices; namespace Polly.NoOp { public interface INoOpPolicy<[System.Runtime.CompilerServices.Nullable(2)] TResult> : INoOpPolicy, IsPolicy { } }