Mercurial > pub > ImplabNet
annotate Implab.ServiceHost/Unity/AbstractInjectionElement.cs @ 273:79110a16cab7 v3
Working on Unity xml configuration: Refactoring in progress
| author | cin |
|---|---|
| date | Thu, 26 Apr 2018 19:35:01 +0300 |
| parents | 9d1cca834b05 |
| children | 22629bf26121 |
| rev | line source |
|---|---|
| 272 | 1 using System; |
| 2 | |
| 270 | 3 namespace Implab.ServiceHost.Unity |
| 4 { | |
| 272 | 5 public abstract class AbstractInjectionElement { |
|
273
79110a16cab7
Working on Unity xml configuration: Refactoring in progress
cin
parents:
272
diff
changeset
|
6 internal abstract void Visit(TypeRegistrationContext context); |
| 270 | 7 } |
| 8 } |
