net11.0
namespace Microsoft.Extensions.Options
{
    public class OptionsBuilder<TOptions>
        where TOptions, class
    {
        public virtual OptionsBuilder<TOptions!>! Validate<TDep1, TDep2, TDep3, TDep4, TDep5>(Func<TOptions!, TDep1, TDep2, TDep3, TDep4, TDep5, CancellationToken, Task<bool>!>! validation, string! failureMessage)
            where TDep1, notnull
            where TDep2, notnull
            where TDep3, notnull
            where TDep4, notnull
            where TDep5, notnull;
    }
}
.NET
10.011.0
.NET Framework
4.6.24.74.7.14.7.24.84.8.1
Information specific to net11.0
Assembly

Microsoft.Extensions.Options , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60

Referencing

The API is automatically referenced.

Preview The API is contained in a preview framework.
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API