C# Class Prototype.Platform.Unity.RequestLifetimeManager

Inheritance: Microsoft.Practices.Unity.LifetimeManager
Afficher le fichier Open project: paralect/prototype

Méthodes publiques

Méthode Description
GetValue ( ) : object
RemoveValue ( ) : void
SetValue ( object value ) : void

Method Details

GetValue() public méthode

public GetValue ( ) : object
Résultat object

RemoveValue() public méthode

public RemoveValue ( ) : void
Résultat void

SetValue() public méthode

public SetValue ( object value ) : void
value object
Résultat void