C# Class TwoIoc.Builders.GreediestCtorBuilder

Inheritance: IBuilder
Afficher le fichier Open project: sep/TwoIoc

Méthodes publiques

Méthode Description
Build ( object args ) : object
GreediestCtorBuilder ( Type concreteType, object>.IDictionary ctorValues ) : System

Method Details

Build() public méthode

public Build ( object args ) : object
args object
Résultat object

GreediestCtorBuilder() public méthode

public GreediestCtorBuilder ( Type concreteType, object>.IDictionary ctorValues ) : System
concreteType System.Type
ctorValues object>.IDictionary
Résultat System