IOptionsFactory<TOptions> Interface

Definition

Creates TOptions instances.

C#
public interface IOptionsFactory<TOptions> where TOptions : class

Type Parameters

TOptions

The type of options being requested.

Derived

Methods

Create(String)

Returns a configured TOptions instance with the given name.

Applies to

Toode Versioonid
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided), 2.1 (package-provided)