diff Implab.ServiceHost/Unity/MethodInjectionElement.cs @ 272:9d1cca834b05 v3

preview version of Unity xml configuration
author cin
date Thu, 26 Apr 2018 03:14:54 +0300
parents ade80d94dfb5
children 22629bf26121
line wrap: on
line diff
--- a/Implab.ServiceHost/Unity/MethodInjectionElement.cs	Wed Apr 25 19:23:35 2018 +0300
+++ b/Implab.ServiceHost/Unity/MethodInjectionElement.cs	Thu Apr 26 03:14:54 2018 +0300
@@ -12,5 +12,8 @@
         [XmlElement("default", typeof(DefaultParameterElement))]
         public InjectionParameterElement[] Parameters { get; set; }
 
+        internal override void Visit(RegistrationContext context) {
+            context.Visit(this);
+        }
     }
 }
\ No newline at end of file