Microsoft.Practices.Unity.LifetimeManager.GetValue C# (CSharp) Method

GetValue() public abstract method

Retrieve a value from the backing store associated with this Lifetime policy.
public abstract GetValue ( ) : object
return object
        public abstract object GetValue();