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

ConstructorCandidate

Represents a constructor of the component that the container can use to initialize it properly.
public ConstructorInfo Constructor { get; }

Gets the ConstructorInfo (from reflection).

Gets the dependencies this constructor candidate exposes.

public ConstructorCandidate(ConstructorInfo constructorInfo, ConstructorDependencyModel[] dependencies)

Initializes a new instance of the ConstructorCandidate class.