diff Implab.ServiceHost/Unity/TypeReference.cs @ 267:6b3e5c48131b v3

Working on Unity xml configuration
author cin
date Fri, 20 Apr 2018 19:05:12 +0300
parents
children 0be8a6ae8307
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Implab.ServiceHost/Unity/TypeReference.cs	Fri Apr 20 19:05:12 2018 +0300
@@ -0,0 +1,9 @@
+namespace Implab.ServiceHost.Unity {
+    public class TypeReference {
+        public string TypeName { get; set; }
+
+        public string Namespace { get; set; }
+
+        public TypeReference[] GenericParameters { get; set; }
+    }
+}
\ No newline at end of file