namespace Nitride { /// /// Describes the signature of a callback for after the container is build. /// public delegate void ContainerBuiltHandler(); }