IInjectionParameter.cs
4 lines
| 138 B
| text/x-csharp
|
CSharpLexer
cin
|
r275 | namespace Implab.ServiceHost.Unity { | |
public interface IInjectionParameter { | |||
void Visit(InjectionValueBuilder builder); | |||
} | |||
} |