- delete unused ResolveCallback

pull/43/head
Simon G 5 years ago
parent 8fde3a353b
commit bad8619c4c
  1. 5
      LightweightIocContainer/LightweightIocContainer.xml
  2. 11
      LightweightIocContainer/ResolveCallback.cs

@ -1305,11 +1305,6 @@
<param name="action">The <see cref="T:System.Action`1"/></param> <param name="action">The <see cref="T:System.Action`1"/></param>
<returns>The current instance of this <see cref="T:LightweightIocContainer.Interfaces.Registrations.ITypedRegistrationBase`2"/></returns> <returns>The current instance of this <see cref="T:LightweightIocContainer.Interfaces.Registrations.ITypedRegistrationBase`2"/></returns>
</member> </member>
<member name="T:LightweightIocContainer.ResolveCallback`1">
<summary>
The resolve callback delegate
</summary>
</member>
<member name="M:LightweightIocContainer.TypeExtension.GetDefault(System.Type)"> <member name="M:LightweightIocContainer.TypeExtension.GetDefault(System.Type)">
<summary> <summary>
Returns the default value for a given <see cref="T:System.Type"/> Returns the default value for a given <see cref="T:System.Type"/>

@ -1,11 +0,0 @@
// Author: Gockner, Simon
// Created: 2019-10-15
// Copyright(c) 2019 SimonG. All Rights Reserved.
namespace LightweightIocContainer
{
/// <summary>
/// The resolve callback delegate
/// </summary>
public delegate TInterface ResolveCallback<out TInterface>(params object[] parameters);
}
Loading…
Cancel
Save