Mercurial > pub > ImplabNet
diff Implab.ServiceHost/Unity/SerializedElement.cs @ 275:6fefd5811b9b v3
refactoring
author | cin |
---|---|
date | Fri, 27 Apr 2018 16:57:30 +0300 |
parents | 22629bf26121 |
children | 963b17c275be |
line wrap: on
line diff
--- a/Implab.ServiceHost/Unity/SerializedElement.cs Fri Apr 27 04:47:52 2018 +0300 +++ b/Implab.ServiceHost/Unity/SerializedElement.cs Fri Apr 27 16:57:30 2018 +0300 @@ -21,6 +21,8 @@ } } + public string TypeName => throw new NotImplementedException(); + public override void Visit(ContainerBuilder context) { context.Visit(this); } @@ -33,5 +35,9 @@ throw new Exception("No content found, expected XML document"); } + + public void Visit(InjectionValueBuilder builder) { + throw new NotImplementedException(); + } } } \ No newline at end of file