diff Implab.ServiceHost/Unity/IInjectionArray.cs @ 275:6fefd5811b9b v3

refactoring
author cin
date Fri, 27 Apr 2018 16:57:30 +0300
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Implab.ServiceHost/Unity/IInjectionArray.cs	Fri Apr 27 16:57:30 2018 +0300
@@ -0,0 +1,12 @@
+using System.Collections.Generic;
+
+namespace Implab.ServiceHost.Unity
+{
+    public interface IArrayInjectionParameter {
+
+        string TypeName { get; }
+
+        IEnumerable<IInjectionParameter> Items { get; }
+         
+    }
+}
\ No newline at end of file