<PackageReference Include="Castle.Windsor" Version="4.1.0" />

Castle.MicroKernel.Registration.ComponentDependencyRegistrationExtensions

namespace Castle.MicroKernel.Registration { public static class ComponentDependencyRegistrationExtensions { public static IDictionary Insert(this IDictionary arguments, string key, object value); public static IDictionary Insert(this IDictionary arguments, Type dependencyType, object value); public static IDictionary InsertAnonymous(this IDictionary arguments, object namedArgumentsAsAnonymousType); public static IDictionary InsertTyped<TDependencyType>(this IDictionary arguments, TDependencyType value); public static IDictionary InsertTypedCollection(this IDictionary arguments, object[] typedArgumentsArray); } }