C# Class FeatureSwitch.DefaultDependencyContainer

Inheritance: IDependencyContainer
Afficher le fichier Open project: valdisiljuconoks/FeatureSwitch Class Usage Examples

Méthodes publiques

Méthode Description
RegisterType ( Type requestedType, Type implementation ) : void
Resolve ( Type type ) : object

Method Details

RegisterType() public méthode

public RegisterType ( Type requestedType, Type implementation ) : void
requestedType System.Type
implementation System.Type
Résultat void

Resolve() public méthode

public Resolve ( Type type ) : object
type System.Type
Résultat object