Skip to content

Commit

Permalink
Update IUnityContainer.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS authored Mar 2, 2018
1 parent 6a55e14 commit 2624ef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/IUnityContainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Unity
/// <summary>
/// Interface defining the behavior of the Unity dependency injection container.
/// </summary>
[CLSCompliant(true)]
public interface IUnityContainer : IDisposable
{
/// <summary>
Expand Down

0 comments on commit 2624ef7

Please sign in to comment.