Decorates and routes build requests, to the underlying type-based rules.

This inversion of control method is responsible of the delegation of the concrete build handling, to the method OnBuild(Type,BuildArgument[]) implemented by the subclasses of this InjectionStrategy.
Name Description
Build(Type, BuildArgumentCollection) Decorates and routes build requests, to the underlying type-based rules.

This inversion of control method is responsible of the delegation of the concrete build handling, to the method OnBuild(Type,BuildArgument[]) implemented by the subclasses of this InjectionStrategy.
Build(Type, string, BuildArgumentCollection) Decorates and routes build requests, to the underlying type-based rules.

This inversion of control method is responsible of the delegation of the concrete build handling, to the method OnBuild(Type,string,BuildArgument[]) implemented by the subclasses of this InjectionStrategy.