IOptionsFactory<TOptions> Arabirim

Tanım

Örnekler oluşturur 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)

Tür Parametreleri

TOptions

İstenen seçeneklerin türü.

Türetilmiş

Yöntemler

Name Description
Create(String)

Verilen nameile yapılandırılmış TOptions bir örneği döndürür.

Şunlara uygulanır