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

Castle.MicroKernel.Registration.Node

public abstract class Node
Represents a configuration child.
namespace Castle.MicroKernel.Registration { public abstract class Node { protected string Name { get; } protected Node(string name); public abstract void ApplyTo(IConfiguration configuration); } }