You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <remarks>The <see cref="IPolicyList"/> the that container uses to build objects.</remarks>
42
60
publicabstractIPolicyListPolicies{get;}
43
61
44
-
/// <summary>
45
-
/// The <see cref="ILifetimeContainer"/> that this container uses.
46
-
/// </summary>
47
-
/// <value>The <see cref="ILifetimeContainer"/> is used to manage <see cref="IDisposable"/> objects that the container is managing.</value>
48
-
publicabstractILifetimeContainerLifetime{get;}
62
+
#endregion
63
+
64
+
65
+
#region Events
49
66
50
67
/// <summary>
51
-
/// This event is raised when the <see cref="IUnityContainer.RegisterType(Type,Type,string,LifetimeManager, Unity.Registration.InjectionMember[])"/> method,
0 commit comments