IOptionsFactory<TOptions> Интерфейс

Определение

Создает TOptions экземпляры.

generic <typename TOptions>
 where TOptions : classpublic interface class IOptionsFactory
public interface IOptionsFactory<TOptions> where TOptions : class
type IOptionsFactory<'Options (requires 'Options : null)> = interface
Public Interface IOptionsFactory(Of TOptions)

Параметры типа

TOptions

Тип запрашиваемых параметров.

Производный

Методы

Имя Описание
Create(String)

Возвращает настроенный TOptions экземпляр с заданным name.

Применяется к