File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -26,23 +26,6 @@ public override object GetValue(ILifetimeContainer container = null)
2626 return null ;
2727 }
2828
29- /// <summary>
30- /// Stores the given value into backing store for retrieval later.
31- /// </summary>
32- /// <param name="newValue">The object being stored.</param>
33- /// <param name="container">Instance of container which owns the value</param>
34- public override void SetValue ( object newValue , ILifetimeContainer container = null )
35- {
36- }
37-
38- /// <summary>
39- /// Remove the given object from backing store.
40- /// <param name="container">Instance of container</param>
41- /// </summary>
42- public override void RemoveValue ( ILifetimeContainer container = null )
43- {
44- }
45-
4629 protected override LifetimeManager OnCreateLifetimeManager ( )
4730 {
4831 return Instance ;
You can’t perform that action at this time.
0 commit comments