|
|
|
|
@ -6,8 +6,8 @@ using System; |
|
|
|
|
using System.Reflection; |
|
|
|
|
using LightweightIocContainer.Exceptions; |
|
|
|
|
|
|
|
|
|
namespace LightweightIocContainer |
|
|
|
|
{ |
|
|
|
|
namespace LightweightIocContainer; |
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
/// Helper class to call a generic method without generic type parameters |
|
|
|
|
/// </summary> |
|
|
|
|
@ -55,4 +55,3 @@ namespace LightweightIocContainer |
|
|
|
|
public static object? CallPrivate(object caller, string functionName, Type genericParameter, params object?[] parameters) => |
|
|
|
|
Call(caller, functionName, genericParameter, BindingFlags.NonPublic | BindingFlags.Instance, parameters); |
|
|
|
|
} |
|
|
|
|
} |