Skip to content

Commit ca2f7e9

Browse files
authored
Update TransientLifetimeManager.cs
1 parent 630b0ad commit ca2f7e9

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/Lifetime/TransientLifetimeManager.cs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)