C# Class Cirno.Ioc.Simple.Lifetime

Inheritance: ILifetime
Show file Open project: ravenmk3/Cirno

Public Methods

Method Description
GetValue ( ) : object
RemoveValue ( ) : void
SetValue ( object newValue ) : void

Method Details

GetValue() public abstract method

public abstract GetValue ( ) : object
return object

RemoveValue() public method

public RemoveValue ( ) : void
return void

SetValue() public abstract method

public abstract SetValue ( object newValue ) : void
newValue object
return void