C# Class Cirno.Ioc.Simple.Lifetime

Inheritance: ILifetime
Afficher le fichier Open project: ravenmk3/Cirno

Méthodes publiques

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

Method Details

GetValue() public abstract méthode

public abstract GetValue ( ) : object
Résultat object

RemoveValue() public méthode

public RemoveValue ( ) : void
Résultat void

SetValue() public abstract méthode

public abstract SetValue ( object newValue ) : void
newValue object
Résultat void