Share via


IOptionsFactory<TOptions> 인터페이스

정의

TOptions 인스턴스를 만드는 데 사용됩니다.

generic <typename TOptions>
 where TOptions : class, gcnew()public interface class IOptionsFactory
generic <typename TOptions>
 where TOptions : classpublic interface class IOptionsFactory
public interface IOptionsFactory<TOptions> where TOptions : class, new()
public interface IOptionsFactory<TOptions> where TOptions : class
type IOptionsFactory<'Options (requires 'Options : null and 'Options : (new : unit -> 'Options))> = interface
type IOptionsFactory<'Options (requires 'Options : null)> = interface
Public Interface IOptionsFactory(Of TOptions)

형식 매개 변수

TOptions

요청되는 옵션의 유형입니다.

파생

메서드

Create(String)

지정된 이름을 사용하여 구성된 TOptions 인스턴스를 반환합니다.

적용 대상