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

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

파생

메서드

Name Description
Create(String)

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

적용 대상