<PackageReference Include="castle.windsor" Version="2.5.2" />

ConfigureDescriptor

public class ConfigureDescriptor
Describes a configuration.

Initializes a new instance of the ConfigureDescriptor.

Initializes a new instance of the ConfigureDescriptor.

public virtual void Apply(ComponentRegistration registration)

Performs the component configuration.

Allows customized configurations of each matching type.

Allows customized configurations of each matching type.

Allows customized configurations of each matching type that is assignable to T.

Allows customized configurations of each matching type that is assignable to T.