container
container copied to clipboard
Provide extensions to register collections of interfaces of the type
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);