- implement iDisposable

pull/57/head
Simon G 4 years ago
parent c8a7f6539c
commit 23292051d6
  1. 2
      LightweightIocContainer/Interfaces/IResolver.cs

@ -9,7 +9,7 @@ namespace LightweightIocContainer.Interfaces
/// <summary>
/// Provides <see cref="Resolve{T}()"/> methods
/// </summary>
public interface IResolver
public interface IResolver : IDisposable
{
/// <summary>
/// Gets an instance of the given <see cref="Type"/>

Loading…
Cancel
Save