C# Class Castle.Windsor.Tests.Facilities.TypedFactory.Selectors.MultipleSelector

Inheritance: ITypedFactoryComponentSelector
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
SelectComponent ( MethodInfo method, Type type, object arguments ) : Func

Method Details

SelectComponent() public méthode

public SelectComponent ( MethodInfo method, Type type, object arguments ) : Func
method System.Reflection.MethodInfo
type System.Type
arguments object
Résultat Func