container icon indicating copy to clipboard operation
container copied to clipboard

Provide extensions to register collections of interfaces of the type

Open ENikS opened this issue 6 years ago • 0 comments

Description

Provide a simple way to register multiple interfaces of the same type with the container:

RegisterType(IEnumerable<Type> interfaces, Type type, string name, ITypeLifetimeManager lifetimeManager, params InjectionMember[] injectionMembers);

ENikS avatar Nov 27 '19 21:11 ENikS