master
Simon G. 2 months ago
parent 062b01582d
commit a052edaa5f
Signed by: SimonG
GPG Key ID: 7CD6DBFB1B2786ED
  1. 2
      LightweightIocContainer/IocContainer.cs

@ -77,7 +77,7 @@ public class IocContainer : IIocContainer, IIocResolver
} }
/// <summary> /// <summary>
/// Add the <see cref="IRegistration"/> to the the <see cref="IocContainer"/> /// Add the <see cref="IRegistration"/> to the <see cref="IocContainer"/>
/// </summary> /// </summary>
/// <param name="registration">The given <see cref="IRegistration"/></param> /// <param name="registration">The given <see cref="IRegistration"/></param>
/// <exception cref="MultipleRegistrationException">The <see cref="Type"/> is already registered in this <see cref="IocContainer"/></exception> /// <exception cref="MultipleRegistrationException">The <see cref="Type"/> is already registered in this <see cref="IocContainer"/></exception>

Loading…
Cancel
Save