##// END OF EJS Templates
preview version of Unity xml configuration
preview version of Unity xml configuration

File last commit:

r272:9d1cca834b05 v3
r272:9d1cca834b05 v3
Show More
DefaultParameterElement.cs
7 lines | 239 B | text/x-csharp | CSharpLexer
namespace Implab.ServiceHost.Unity
{
public class DefaultParameterElement : InjectionParameterElement {
internal override object Resolve(RegistrationContext context) {
return context.Resolve(this);
}
}
}