using EmbedIO.Internal;
namespace EmbedIO
{
///
/// Provides useful constants for dealing with module containers.
///
public static class WebModuleContainer
{
///
/// Gets an interface that does not and cannot contain
/// any module.
/// This field is useful to initialize non-nullable fields or properties
/// of type .
///
public static readonly IWebModuleContainer None = DummyWebModuleContainer.Instance;
}
}