Advertisement
Guest User

an

a guest
May 7th, 2010
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.26 KB | None | 0 0
  1. public class DelegatedInjectionValue<TValue> : TypedInjectionValue
  2. {
  3.     public override IDependencyResolverPolicy GetResolverPolicy(Type typeToBuild)
  4.     {
  5.         return new DelegatedInjectionValueResolverPolicy(typeToBuild, ValueName, InjectionDelegate);
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement