C# 클래스 NUnit.Extension.DependencyInjection.StaticTypeDiscovererTypeSelector

NUnit.Extension.DependencyInjection.Abstractions.ITypeDiscovererTypeSelector that will always return the type provided at the time of construction of this type selector.
상속: ITypeDiscovererTypeSelector
파일 보기 프로젝트 열기: kalebpederson/nunit.dependencyinjection

공개 메소드들

메소드 설명
GetTypeDiscovererArguments ( ) : object[]
GetTypeDiscovererType ( ) : Type
StaticTypeDiscovererTypeSelector ( Type type ) : System

Creates an instance of the type selector.

메소드 상세

GetTypeDiscovererArguments() 공개 메소드

public GetTypeDiscovererArguments ( ) : object[]
리턴 object[]

GetTypeDiscovererType() 공개 메소드

public GetTypeDiscovererType ( ) : Type
리턴 Type

StaticTypeDiscovererTypeSelector() 공개 메소드

Creates an instance of the type selector.
public StaticTypeDiscovererTypeSelector ( Type type ) : System
type Type The to be used.
리턴 System