Mercurial > pub > ImplabNet
comparison Implab.ServiceHost/Unity/AbstractInjectionElement.cs @ 272:9d1cca834b05 v3
preview version of Unity xml configuration
author | cin |
---|---|
date | Thu, 26 Apr 2018 03:14:54 +0300 |
parents | ade80d94dfb5 |
children | 79110a16cab7 |
comparison
equal
deleted
inserted
replaced
271:d4d437ec4483 | 272:9d1cca834b05 |
---|---|
1 using System; | |
2 | |
1 namespace Implab.ServiceHost.Unity | 3 namespace Implab.ServiceHost.Unity |
2 { | 4 { |
3 public abstract class AbstractInjectionElement | 5 public abstract class AbstractInjectionElement { |
4 { | 6 internal abstract void Visit(RegistrationContext context); |
5 | |
6 } | 7 } |
7 } | 8 } |