From bad8619c4c4626cd8741c2c79112bcb30b042e50 Mon Sep 17 00:00:00 2001 From: Simon G Date: Fri, 18 Sep 2020 20:07:36 +0200 Subject: [PATCH] - delete unused ResolveCallback --- LightweightIocContainer/LightweightIocContainer.xml | 5 ----- LightweightIocContainer/ResolveCallback.cs | 11 ----------- 2 files changed, 16 deletions(-) delete mode 100644 LightweightIocContainer/ResolveCallback.cs diff --git a/LightweightIocContainer/LightweightIocContainer.xml b/LightweightIocContainer/LightweightIocContainer.xml index cce9467..b25a486 100644 --- a/LightweightIocContainer/LightweightIocContainer.xml +++ b/LightweightIocContainer/LightweightIocContainer.xml @@ -1305,11 +1305,6 @@ The The current instance of this - - - The resolve callback delegate - - Returns the default value for a given diff --git a/LightweightIocContainer/ResolveCallback.cs b/LightweightIocContainer/ResolveCallback.cs deleted file mode 100644 index d89dfff..0000000 --- a/LightweightIocContainer/ResolveCallback.cs +++ /dev/null @@ -1,11 +0,0 @@ -// Author: Gockner, Simon -// Created: 2019-10-15 -// Copyright(c) 2019 SimonG. All Rights Reserved. - -namespace LightweightIocContainer -{ - /// - /// The resolve callback delegate - /// - public delegate TInterface ResolveCallback(params object[] parameters); -} \ No newline at end of file