C# Class 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.
Inheritance: ITypeDiscovererTypeSelector
Afficher le fichier Open project: kalebpederson/nunit.dependencyinjection

Méthodes publiques

Méthode Description
GetTypeDiscovererArguments ( ) : object[]
GetTypeDiscovererType ( ) : Type
StaticTypeDiscovererTypeSelector ( Type type ) : System

Creates an instance of the type selector.

Method Details

GetTypeDiscovererArguments() public méthode

public GetTypeDiscovererArguments ( ) : object[]
Résultat object[]

GetTypeDiscovererType() public méthode

public GetTypeDiscovererType ( ) : Type
Résultat Type

StaticTypeDiscovererTypeSelector() public méthode

Creates an instance of the type selector.
public StaticTypeDiscovererTypeSelector ( Type type ) : System
type Type The to be used.
Résultat System