comparison Implab.ServiceHost/Unity/SerializedParameterElement.cs @ 275:6fefd5811b9b v3

refactoring
author cin
date Fri, 27 Apr 2018 16:57:30 +0300
parents 22629bf26121
children 963b17c275be
comparison
equal deleted inserted replaced
274:22629bf26121 275:6fefd5811b9b
19 return Content[0].CreateNavigator().ReadSubtree(); 19 return Content[0].CreateNavigator().ReadSubtree();
20 20
21 throw new Exception("No content found, expected XML document"); 21 throw new Exception("No content found, expected XML document");
22 } 22 }
23 23
24 internal override void Visit(InjectionValueBuilder builder) { 24 public override void Visit(InjectionValueBuilder builder) {
25 builder.Visit(this); 25 builder.Visit(this);
26 } 26 }
27 } 27 }
28 } 28 }