C# Class Castle.Facilities.LightweighFactory.FactoryParameter

Afficher le fichier Open project: nhsevidence/Snooze

Méthodes publiques

Méthode Description
FactoryParameter ( Type type, string name, int position, object value ) : System
ResolveValue ( ) : object

Method Details

FactoryParameter() public méthode

public FactoryParameter ( Type type, string name, int position, object value ) : System
type System.Type
name string
position int
value object
Résultat System

ResolveValue() public méthode

public ResolveValue ( ) : object
Résultat object