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

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); } }